X-Git-Url: https://code.delx.au/refind/blobdiff_plain/39f21d099c9fb310bae28b54dc68d266ed610ed7..2f941c1b8c2d841cc62de2ef00108278cee7f280:/refind/lib.h diff --git a/refind/lib.h b/refind/lib.h index 35a3740..369d3a8 100644 --- a/refind/lib.h +++ b/refind/lib.h @@ -73,6 +73,9 @@ typedef struct { #define DISK_KIND_EXTERNAL (1) #define DISK_KIND_OPTICAL (2) +#define VOL_DONTSCAN 998 +#define VOL_UNREADABLE 999 + #define IS_EXTENDED_PART_TYPE(type) ((type) == 0x05 || (type) == 0x0f || (type) == 0x85) EFI_STATUS InitRefitLib(IN EFI_HANDLE ImageHandle);