X-Git-Url: https://code.delx.au/refind/blobdiff_plain/300e67d4b35f795953cbd8e3eaaec58034ab8c18..0864ac754bdb02cb63e8d2323a2ad6b081fdc612:/refind/global.h diff --git a/refind/global.h b/refind/global.h index ad8e172..0da3ff3 100644 --- a/refind/global.h +++ b/refind/global.h @@ -197,6 +197,9 @@ #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 // @@ -301,6 +304,7 @@ typedef struct { BOOLEAN DeepLegacyScan; BOOLEAN EnableAndLockVMX; BOOLEAN FoldLinuxKernels; + BOOLEAN EnableTouch; UINTN RequestedScreenWidth; UINTN RequestedScreenHeight; UINTN BannerBottomEdge;