aboutsummaryrefslogtreecommitdiffstats
path: root/src/post.c
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/post.c
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/post.c')
-rw-r--r--src/post.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/post.c b/src/post.c
index 674f4028..a566b34b 100644
--- a/src/post.c
+++ b/src/post.c
@@ -20,7 +20,8 @@
#include "mptable.h" // mptable_init
#include "boot.h" // IPL
#include "usb.h" // usb_setup
-#include "paravirt.h"
+#include "smbios.h" // smbios_init
+#include "paravirt.h" // qemu_cfg_port_probe
void
__set_irq(int vector, void *loc)