]> git.ozlabs.org Git - petitboot/blob - lib/pb-config/pb-config.h
discover: Handle and track plugin_options
[petitboot] / lib / pb-config / 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