]> git.ozlabs.org Git - petitboot/blob - pb-config.h
2bcc251a47bee565798b4574131755ee17064254
[petitboot] / pb-config.h
1 #ifndef PB_CONFIG_H
2 #define PB_CONFIG_H
3
4 #include <types/types.h>
5
6 struct config *config_copy(void *ctx, const struct config *src);
7
8 #endif /* PB_CONFIG_H */
9