blob: 4d18d59efedb4ca49bf55d515a4318aef9224c6e [file] [log] [blame]
Simon Glass62be5dd2019-04-25 21:58:47 -06001/* 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