summaryrefslogtreecommitdiffstats
path: root/src/include/version.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-02-15 17:39:56 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-02-21 19:07:18 +0000
commit94ad37619f95a07b94a6a9a570bd74727eb830c4 (patch)
treecf3fd05368dc981b120cd3c070f110789ea57023 /src/include/version.h
parent16d05daffa827f4e6ec26e34aaf20caae6600cc9 (diff)
downloadcoreboot-94ad37619f95a07b94a6a9a570bd74727eb830c4.tar.gz
coreboot-94ad37619f95a07b94a6a9a570bd74727eb830c4.tar.bz2
coreboot-94ad37619f95a07b94a6a9a570bd74727eb830c4.zip
SMBIOS: Fix bios version
Change-Id: I142f08ed3c2704b8fde6d176f23772f5d6b33e85 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/31437 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/include/version.h')
-rw-r--r--src/include/version.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/version.h b/src/include/version.h
index f24b893e0a20..d8cf7251668a 100644
--- a/src/include/version.h
+++ b/src/include/version.h
@@ -10,6 +10,8 @@ extern const char coreboot_version[];
extern const char coreboot_extra_version[];
extern const char coreboot_build[];
extern const unsigned int coreboot_version_timestamp;
+extern const unsigned int coreboot_major_revision;
+extern const unsigned int coreboot_minor_revision;
/* When coreboot was compiled */
extern const char coreboot_compile_time[];