]> code.delx.au - refind/blobdiff - refind/global.h
Added support for "%v" as a variable for the kernel version number in
[refind] / refind / global.h
index efb16d0bb8feafa1974bfd1baaca4fff23613cb9..0da3ff38c28d3c65daa40170568a6f9fee5fd646 100644 (file)
 #define NULL_GUID_VALUE { 0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} };
 #define REFIND_GUID_VALUE { 0x36D08FA7, 0xCF0B, 0x42F5, {0x8F, 0x14, 0x68, 0xDF, 0x73, 0xED, 0x37, 0x40} };
 
+// Configuration file variables
+#define KERNEL_VERSION L"%v"
+
 //
 // global definitions
 //