aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/handoff.h')
-rw-r--r--arch/x86/include/asm/handoff.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/x86/include/asm/handoff.h b/arch/x86/include/asm/handoff.h
new file mode 100644
index 0000000000..4d18d59efe
--- /dev/null
+++ b/arch/x86/include/asm/handoff.h
@@ -0,0 +1,15 @@
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
12struct arch_spl_handoff {
13};
14
15#endif