projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
config: Add boot_device member to config
[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