efi/libstub: Introduce symbolic constants for the stub major/minor version
[linux-2.6-microblaze.git] / include / linux / pe.h
index c86bd3a..e0869f3 100644 (file)
@@ -10,6 +10,9 @@
 
 #include <linux/types.h>
 
+#define LINUX_EFISTUB_MAJOR_VERSION            0x0
+#define LINUX_EFISTUB_MINOR_VERSION            0x0
+
 #define MZ_MAGIC       0x5a4d  /* "MZ" */
 
 #define PE_MAGIC               0x00004550      /* "PE\0\0" */