X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Finclude%2Fversion.h;h=af838b68adf35b6e42ef3be1dd5fae9a62b5e4b5;hb=bd61a819496200c135d02ed999b229fdd11f6832;hp=223b9a3f756798de121371dd1830af987830bed1;hpb=8ca8d7665d671e10d72b8fcb4d69121d75f7906e;p=coreboot.git diff --git a/src/include/version.h b/src/include/version.h index 223b9a3f7..af838b68a 100644 --- a/src/include/version.h +++ b/src/include/version.h @@ -5,18 +5,18 @@ extern const char mainboard_vendor[]; extern const char mainboard_part_number[]; -/* LinuxBIOS Version */ -extern const char linuxbios_version[]; -extern const char linuxbios_extra_version[]; -extern const char linuxbios_build[]; +/* coreboot Version */ +extern const char coreboot_version[]; +extern const char coreboot_extra_version[]; +extern const char coreboot_build[]; -/* When LinuxBIOS was compiled */ -extern const char linuxbios_compile_time[]; -extern const char linuxbios_compile_by[]; -extern const char linuxbios_compile_host[]; -extern const char linuxbios_compile_domain[]; -extern const char linuxbios_compiler[]; -extern const char linuxbios_linker[]; -extern const char linuxbios_assembler[]; +/* When coreboot was compiled */ +extern const char coreboot_compile_time[]; +extern const char coreboot_compile_by[]; +extern const char coreboot_compile_host[]; +extern const char coreboot_compile_domain[]; +extern const char coreboot_compiler[]; +extern const char coreboot_linker[]; +extern const char coreboot_assembler[]; #endif /* VERSION_H */