]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
discover: Track both configured and current autoboot settings
[petitboot] / lib / types / types.h
index 13ff7fc79f83bf3f4787a08198db019be9f9749b..7f4ae1fced1fa182055398d838dd441258680323 100644 (file)
@@ -183,4 +183,6 @@ struct config {
        bool                    debug;
 };
 
+bool config_autoboot_active(const struct config *config);
+
 #endif /* _TYPES_H */