X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Fpb-config%2Fpb-config.h;h=2bcc251a47bee565798b4574131755ee17064254;hp=e430301f0381d509d6126b9a462bcc60723f2be1;hb=c14b12980885edd035322cd3bc87efff444c39b1;hpb=dea7842fb28ff055b4e0f43a6a1fdaf3c4b5ba89 diff --git a/lib/pb-config/pb-config.h b/lib/pb-config/pb-config.h index e430301..2bcc251 100644 --- a/lib/pb-config/pb-config.h +++ b/lib/pb-config/pb-config.h @@ -1,22 +1,9 @@ -#ifndef CONFIGURATION_H -#define CONFIGURATION_H - -#include -#include +#ifndef PB_CONFIG_H +#define PB_CONFIG_H #include - -int config_init(void *ctx); -const struct config *config_get(void); -int config_set(struct config *config); -void config_set_autoboot(bool autoboot_enabled); -int config_fini(void); - -/* for use by the storage backends */ -void config_set_defaults(struct config *config); - struct config *config_copy(void *ctx, const struct config *src); -#endif /* CONFIGURATION_H */ +#endif /* PB_CONFIG_H */