1 /* SPDX-License-Identifier: GPL-2.0-only */
7 extern const char coreboot_version
[];
8 extern const char coreboot_extra_version
[];
9 extern const char coreboot_build
[];
10 extern const unsigned int coreboot_version_timestamp
;
11 extern const unsigned int coreboot_major_revision
;
12 extern const unsigned int coreboot_minor_revision
;
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
;
29 extern const unsigned int asl_revision
;
31 #endif /* VERSION_H */