X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Fpb-config%2Fpb-config.h;h=c377087414dbc30c788a6d4ac88fc475e7ba8961;hb=38d7d1a97d46aacf67675038c927e579bb589310;hp=cfcf025fee046f9d8d3d142b0ee1cf5de88a91b0;hpb=32fe8024f5af5cd8de23c638ddad8ada67a46cd5;p=petitboot diff --git a/lib/pb-config/pb-config.h b/lib/pb-config/pb-config.h index cfcf025..c377087 100644 --- a/lib/pb-config/pb-config.h +++ b/lib/pb-config/pb-config.h @@ -33,6 +33,7 @@ struct config { int config_init(void *ctx); const struct config *config_get(void); +void config_set_autoboot(bool autoboot_enabled); int config_fini(void); #endif /* CONFIGURATION_H */