]> code.delx.au - refind/blobdiff - refind/global.h
Improvements to install.sh; check for valid loader for MOK and memory
[refind] / refind / global.h
index 4397db831f526e5c2e7b766dd80ce2039afbd6c9..ea1f71f194e48a252da35fe389f5bdc483ccaccb 100644 (file)
@@ -74,7 +74,8 @@
 #define TAG_FIRMWARE         (14)
 #define TAG_MEMTEST          (15)
 #define TAG_GDISK            (16)
-#define NUM_TOOLS            (17)
+#define TAG_NETBOOT          (17)
+#define NUM_TOOLS            (18)
 
 #define NUM_SCAN_OPTIONS 10
 
@@ -246,6 +247,7 @@ typedef struct {
    BOOLEAN     TextOnly;
    BOOLEAN     ScanAllLinux;
    BOOLEAN     DeepLegacyScan;
+   BOOLEAN     EnableAndLockVMX;
    UINTN       RequestedScreenWidth;
    UINTN       RequestedScreenHeight;
    UINTN       BannerBottomEdge;