]> xenbits.xensource.com Git - seabios.git/commit
Move smbios definitions to header file; fix compile on older gcc.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 18 Oct 2009 13:49:59 +0000 (09:49 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 18 Oct 2009 13:49:59 +0000 (09:49 -0400)
commit01a8520fc9941dce458f75b40aab349a3a797e3e
treedaf44e7e30f7c40f3d9435232c5cc3b62a473f14
parent1c46a548f26cd28d478ae793e42bc1a82a977939
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.
src/coreboot.c
src/paravirt.c
src/post.c
src/smbios.c
src/smbios.h [new file with mode: 0644]
src/util.h