]> git.ozlabs.org Git - petitboot/blobdiff - lib/pb-config/pb-config.h
lib/pb-config: Add autoboot timeout to configuration vars
[petitboot] / lib / pb-config / pb-config.h
index 6a64ef116670030783e685350b82313f24add494..c74fa1b530188410478e3414a2c8759a813fdfda 100644 (file)
@@ -32,6 +32,7 @@ struct network_config {
 
 struct config {
        bool                    autoboot_enabled;
+       int                     autoboot_timeout_sec;
        struct network_config   network;
 };