From 1329020d2100ec29ac04d66f10bf5cb300b841c1 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sat, 27 Feb 2016 22:57:56 -0800 Subject: x86: Move sysinfo related to sysinfo.h coreboot_tables.h should not include sysinfo related stuff. Move those to asm/arch-coreboot/sysinfo.h. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- arch/x86/include/asm/arch-coreboot/sysinfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x86/include/asm/arch-coreboot') 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 -- cgit v1.1