aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-10-18 09:49:59 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-10-18 09:49:59 -0400
commit01a8520fc9941dce458f75b40aab349a3a797e3e (patch)
treedaf44e7e30f7c40f3d9435232c5cc3b62a473f14 /src/util.h
parent1c46a548f26cd28d478ae793e42bc1a82a977939 (diff)
downloadseabios-01a8520fc9941dce458f75b40aab349a3a797e3e.tar.gz
Move smbios definitions to header file; fix compile on older gcc.
The build with old versions of gcc can't handle duplicate struct definitions. So, move smbios defs to common header.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util.h b/src/util.h
index 93801907..6cf27ac0 100644
--- a/src/util.h
+++ b/src/util.h
@@ -246,9 +246,6 @@ void wrmsr_smp(u32 index, u64 val);
void smp_probe(void);
void smp_probe_setup(void);
-// smbios.c
-void smbios_init(void);
-
// coreboot.c
struct cbfs_file;
struct cbfs_file *cbfs_findprefix(const char *prefix, struct cbfs_file *last);