summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/arch-coreboot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/arch-coreboot')
-rw-r--r--arch/x86/include/asm/arch-coreboot/sysinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/arch-coreboot/sysinfo.h b/arch/x86/include/asm/arch-coreboot/sysinfo.h
index 629088d..12b3b5d 100644
--- a/arch/x86/include/asm/arch-coreboot/sysinfo.h
+++ b/arch/x86/include/asm/arch-coreboot/sysinfo.h
@@ -56,4 +56,6 @@ struct sysinfo_t {
extern struct sysinfo_t lib_sysinfo;
+int get_coreboot_info(struct sysinfo_t *info);
+
#endif