Add support to run SMM handler in TSEG instead of ASEG
[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 /* coreboot Version */
9 extern const char coreboot_version[];
10 extern const char coreboot_extra_version[];
11 extern const char coreboot_build[];
12
13 /* When coreboot was compiled */
14 extern const char coreboot_compile_time[];
15 extern const char coreboot_compile_by[];
16 extern const char coreboot_compile_host[];
17 extern const char coreboot_compile_domain[];
18 extern const char coreboot_compiler[];
19 extern const char coreboot_linker[];
20 extern const char coreboot_assembler[];
21
22 #endif /* VERSION_H */