summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-05-18 11:59:51 -0600
committerSimon Glass <sjg@chromium.org>2019-07-10 16:52:58 -0600
commit44c6a0ed6e5a37b1d4c63d2351213cf736979858 (patch)
tree5f443a10547658463a08c1ac829474cd6d8a53d0 /arch
parent80b7cb8c3230bb29b065633c803694d8720ecadf (diff)
downloadu-boot-44c6a0ed6e5a37b1d4c63d2351213cf736979858.tar.gz
u-boot-44c6a0ed6e5a37b1d4c63d2351213cf736979858.tar.xz
u-boot-44c6a0ed6e5a37b1d4c63d2351213cf736979858.zip
x86: Add a forward struct declaration in coreboot_tables.h
This struct is not defined in this header file. Add a forward declaration so that it can be included in any context. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/coreboot_tables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/coreboot_tables.h b/arch/x86/include/asm/coreboot_tables.h
index c42175b94d..2c54e24e02 100644
--- a/arch/x86/include/asm/coreboot_tables.h
+++ b/arch/x86/include/asm/coreboot_tables.h
@@ -8,6 +8,8 @@
#ifndef _COREBOOT_TABLES_H
#define _COREBOOT_TABLES_H
+struct memory_area;
+
struct cbuint64 {
u32 lo;
u32 hi;