x86: Add a handoff header file
authorSimon Glass <sjg@chromium.org>
Fri, 26 Apr 2019 03:58:47 +0000 (21:58 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 8 May 2019 05:02:12 +0000 (13:02 +0800)
commit62be5dd8858e4b9c1aea635619be707ec45d4a88
tree4b07bd09a0023931fff4d9b4efb603b263fab707
parent7c2ca877fee42085ad1b6ff24d9d10d91dcd9332
x86: Add a handoff header file

Add an arch-specific handoff header so that we can use the HANDOFF feature
on x86 devices.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/handoff.h [new file with mode: 0644]