Simon Glass | 62be5dd | 2019-04-25 21:58:47 -0600 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Architecture-specific SPL handoff information for x86 | ||||
4 | * | ||||
5 | * Copyright 2018 Google, Inc | ||||
6 | * Written by Simon Glass <sjg@chromium.org> | ||||
7 | */ | ||||
8 | |||||
9 | #ifndef __x86_asm_handoff_h | ||||
10 | #define __x86_asm_handoff_h | ||||
11 | |||||
12 | struct arch_spl_handoff { | ||||
13 | }; | ||||
14 | |||||
15 | #endif |