summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/arch-coreboot/sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/arch-coreboot/sysinfo.h')
-rw-r--r--arch/x86/include/asm/arch-coreboot/sysinfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/include/asm/arch-coreboot/sysinfo.h b/arch/x86/include/asm/arch-coreboot/sysinfo.h
index 2d5724503c..12b3b5d6ee 100644
--- a/arch/x86/include/asm/arch-coreboot/sysinfo.h
+++ b/arch/x86/include/asm/arch-coreboot/sysinfo.h
@@ -9,7 +9,7 @@
#ifndef _COREBOOT_SYSINFO_H
#define _COREBOOT_SYSINFO_H
-#include <asm/arch/tables.h>
+#include <asm/coreboot_tables.h>
/* Maximum number of memory range definitions */
#define SYSINFO_MAX_MEM_RANGES 32
@@ -56,4 +56,6 @@ struct sysinfo_t {
extern struct sysinfo_t lib_sysinfo;
+int get_coreboot_info(struct sysinfo_t *info);
+
#endif
OpenPOWER on IntegriCloud