]> code.delx.au - refind/blobdiff - refind/global.h
New Apple Recovery partition tool (2nd-row icon).
[refind] / refind / global.h
index 2535b40f9b993e14010557173155292505f6ed35..24f33f306ecd852c7710926196fac01022aa61cc 100644 (file)
@@ -68,7 +68,8 @@
 #define TAG_SHELL    (8)
 #define TAG_GPTSYNC  (9)
 #define TAG_LEGACY_UEFI (10)
-#define NUM_TOOLS    (9)
+#define TAG_APPLE_RECOVERY (11)
+#define NUM_TOOLS    (10)
 
 #define NUM_SCAN_OPTIONS 10
 
@@ -200,7 +201,6 @@ typedef struct {
 typedef struct {
    BOOLEAN     TextOnly;
    BOOLEAN     ScanAllLinux;
-   BOOLEAN     SpaceAfterBootOptions;
    UINTN       RequestedScreenWidth;
    UINTN       RequestedScreenHeight;
    UINTN       Timeout;