]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
Make read-only guarantee user-settable
[petitboot] / lib / types / types.h
index e5c7e3e00225daa162c7850eb1d302da63074f7a..f7e47522dcd818d6b2a226e469fd7ee48543f50e 100644 (file)
@@ -146,6 +146,8 @@ struct config {
        unsigned int            ipmi_bootdev;
        bool                    ipmi_bootdev_persistent;
 
+       bool                    allow_writes;
+
        char                    *lang;
 
        /* not user-settable */