This patch updates the PCI ID of the Geode IDE device to include the revision.
[coreboot.git] / src / include / version.h
1 #ifndef VERSION_H
2 #define VERSION_H
3
4 /* Motherboard Information */
5 extern const char mainboard_vendor[];
6 extern const char mainboard_part_number[];
7
8 /* LinuxBIOS Version */
9 extern const char linuxbios_version[];
10 extern const char linuxbios_extra_version[];
11 extern const char linuxbios_build[];
12
13 /* When LinuxBIOS was compiled */
14 extern const char linuxbios_compile_time[];
15 extern const char linuxbios_compile_by[];
16 extern const char linuxbios_compile_host[];
17 extern const char linuxbios_compile_domain[];
18 extern const char linuxbios_compiler[];
19 extern const char linuxbios_linker[];
20 extern const char linuxbios_assembler[];
21
22 #endif /* VERSION_H */