[U-Boot] [PATCH 14/17] x86: Add a forward struct declaration in coreboot_tables.h

Simon Glass sjg at chromium.org
Sat May 18 17:59:51 UTC 2019


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 at chromium.org>
---

 arch/x86/include/asm/coreboot_tables.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/x86/include/asm/coreboot_tables.h b/arch/x86/include/asm/coreboot_tables.h
index c42175b94da..2c54e24e02f 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;
-- 
2.21.0.1020.gf2820cf01a-goog



More information about the U-Boot mailing list