]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/x86/include/asm/coreboot_tables.h
x86: Move sysinfo related to sysinfo.h
[people/ms/u-boot.git] / arch / x86 / include / asm / coreboot_tables.h
index e254484e75ae958ddec32a541d3943ef22852ffc..98a95cd6de5eac23a32dbfc8c5d963e20b504bc0 100644 (file)
@@ -262,10 +262,6 @@ struct     cb_cmos_checksum {
 #define UNPACK_CB64(_in) \
        ((((u64) _in.hi) << 32) | _in.lo)
 
-struct sysinfo_t;
-
-int get_coreboot_info(struct sysinfo_t *info);
-
 #define CBMEM_TOC_RESERVED      512
 #define MAX_CBMEM_ENTRIES       16
 #define CBMEM_MAGIC             0x434f5245