summaryrefslogtreecommitdiffstats
path: root/src/include/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/version.h')
-rw-r--r--src/include/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/version.h b/src/include/version.h
index d8cf7251668a..6b0d53df0f20 100644
--- a/src/include/version.h
+++ b/src/include/version.h
@@ -27,4 +27,7 @@ struct bcd_date {
extern const struct bcd_date coreboot_build_date;
+/* IASL version */
+extern const unsigned int asl_revision;
+
#endif /* VERSION_H */