summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2013-10-03 11:01:36 -0400
committerPeter Jones <pjones@redhat.com>2013-10-03 11:11:09 -0400
commitfc986307fb200fdf493b9dd083ad39ae3561b0c9 (patch)
treed1ad0bc3618b4fb85d1972a2ee197a1611c4daca /version.h
parentd83213cec3b1cd59a442f1f3fe8fec7c10936fed (diff)
downloadefi-boot-shim-fc986307fb200fdf493b9dd083ad39ae3561b0c9.tar.gz
efi-boot-shim-fc986307fb200fdf493b9dd083ad39ae3561b0c9.zip
Add ident-like blobs to shim.efi for version checking.
I feel dirty.
Diffstat (limited to 'version.h')
-rw-r--r--version.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/version.h b/version.h
new file mode 100644
index 00000000..7fb3d81b
--- /dev/null
+++ b/version.h
@@ -0,0 +1,8 @@
+#ifndef _SHIM_VERSION_H
+#define _SHIM_VERSION_H 1
+
+#include <efi.h>
+
+extern CHAR8 shim_version[];
+
+#endif /* SHIM_VERSION_H */