diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-10-18 09:49:59 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-10-18 09:49:59 -0400 |
commit | 01a8520fc9941dce458f75b40aab349a3a797e3e (patch) | |
tree | daf44e7e30f7c40f3d9435232c5cc3b62a473f14 /src/util.h | |
parent | 1c46a548f26cd28d478ae793e42bc1a82a977939 (diff) | |
download | seabios-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |