aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/include/asm/global_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/include/asm/global_data.h')
-rw-r--r--arch/sandbox/include/asm/global_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/include/asm/global_data.h b/arch/sandbox/include/asm/global_data.h
index f0ab3ba5c1..c697773502 100644
--- a/arch/sandbox/include/asm/global_data.h
+++ b/arch/sandbox/include/asm/global_data.h
@@ -17,6 +17,7 @@ struct arch_global_data {
ulong table_end; /* End address of x86 tables */
ulong table_start_high; /* Start address of high x86 tables */
ulong table_end_high; /* End address of high x86 tables */
+ ulong smbios_start; /* Start address of SMBIOS table */
};
#include <asm-generic/global_data.h>