projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80b7cb8
)
x86: Add a forward struct declaration in coreboot_tables.h
author
Simon Glass
<sjg@chromium.org>
Sat, 18 May 2019 17:59:51 +0000
(11:59 -0600)
committer
Simon Glass
<sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000
(16:52 -0600)
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>
arch/x86/include/asm/coreboot_tables.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/coreboot_tables.h
b/arch/x86/include/asm/coreboot_tables.h
index c42175b94daf554604d1e74b6421adc5778bede0..2c54e24e02fb2614c75ece13926ad5be5cbf4276 100644
(file)
--- 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;