X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Farch-coreboot%2Fsysinfo.h;h=12b3b5d6ee6732db23552984596810e6a6f0bf85;hb=1622559066d890f1b7622be0ede8a5d64de66ef3;hp=2d5724503c17794258f9585ebc3c74e197f732e3;hpb=89b870814c03777c3a8d3f2e3ed761479a9f1456;p=u-boot 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 +#include /* 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