]> code.delx.au - refind/blobdiff - refind/global.h
Added "dont_scan_dirs" option to configuration file.
[refind] / refind / global.h
index 2cd9b37dcc28e413d8de67092debe6524c7a2d67..b2b38b81c9f28d06ee73a3e5c6d4d889296edb30 100644 (file)
@@ -66,6 +66,7 @@
 
 #define NUM_SCAN_OPTIONS 10
 
+#define DEFAULT_ICONS_DIR L"icons"
 
 //
 // global definitions
@@ -163,7 +164,9 @@ typedef struct {
    CHAR16      *SelectionBigFileName;
    CHAR16      *DefaultSelection;
    CHAR16      *AlsoScan;
+   CHAR16      *DontScan;
    CHAR16      *DriverDirs;
+   CHAR16      *IconsDir;
    UINTN       ShowTools[NUM_TOOLS];
    CHAR8       ScanFor[NUM_SCAN_OPTIONS]; // codes of types of loaders for which to scan
 } REFIT_CONFIG;