~cyphermox/shim/0.8

« back to all changes in this revision

Viewing changes to version.h

  • Committer: Peter Jones
  • Date: 2013-10-03 15:11:09 UTC
  • mto: (0.1.6)
  • mto: This revision was merged to the branch mainline in revision 92.
  • Revision ID: git-v1:fc986307fb200fdf493b9dd083ad39ae3561b0c9
Add ident-like blobs to shim.efi for version checking.

I feel dirty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _SHIM_VERSION_H
 
2
#define _SHIM_VERSION_H 1
 
3
 
 
4
#include <efi.h>
 
5
 
 
6
extern CHAR8 shim_version[];
 
7
 
 
8
#endif /* SHIM_VERSION_H */