diff options
| author | Peter Jones <pjones@redhat.com> | 2013-10-03 11:01:36 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-10-03 11:11:09 -0400 |
| commit | fc986307fb200fdf493b9dd083ad39ae3561b0c9 (patch) | |
| tree | d1ad0bc3618b4fb85d1972a2ee197a1611c4daca /version.h | |
| parent | d83213cec3b1cd59a442f1f3fe8fec7c10936fed (diff) | |
| download | efi-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.h | 8 |
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 */ |
