X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=7f4ae1fced1fa182055398d838dd441258680323;hp=13ff7fc79f83bf3f4787a08198db019be9f9749b;hb=d0602ed25e3bff8298c19bece8cd8b3f80d86624;hpb=63271b068064caea5f148f6bd6728adabef5cf87 diff --git a/lib/types/types.h b/lib/types/types.h index 13ff7fc..7f4ae1f 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -183,4 +183,6 @@ struct config { bool debug; }; +bool config_autoboot_active(const struct config *config); + #endif /* _TYPES_H */