]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
discover: Add debug flag to config
[petitboot] / lib / types / types.h
index 762530a36d46467d3770e3411d8f1460fabdab5c..25bf556e8ee1c931625777a5dee2ba818dbbd057 100644 (file)
@@ -125,6 +125,11 @@ struct config {
        struct boot_priority    *boot_priorities;
        unsigned int            n_boot_priorities;
        char                    *boot_device;
+       char                    *lang;
+
+       /* not user-settable */
+       bool                    safe_mode;
+       bool                    debug;
 };
 
 #endif /* _TYPES_H */