ARM: imx6q_logic: Fix MMC2 booting
[oweals/u-boot.git] / arch / x86 / include / asm / handoff.h
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