4 /* Motherboard Information */
5 extern const char mainboard_vendor
[];
6 extern const char mainboard_part_number
[];
9 extern const char coreboot_version
[];
10 extern const char coreboot_extra_version
[];
11 extern const char coreboot_build
[];
12 extern const unsigned int coreboot_version_timestamp
;
14 /* When coreboot was compiled */
15 extern const char coreboot_compile_time
[];
16 extern const char coreboot_dmi_date
[];
19 unsigned char century
;
23 unsigned char weekday
;
26 extern const struct bcd_date coreboot_build_date
;
28 #endif /* VERSION_H */