diff options
Diffstat (limited to 'src/include/version.h')
-rw-r--r-- | src/include/version.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/version.h b/src/include/version.h index f24b893e0a..d8cf725166 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[]; |