projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
config/powerpc: Always call update_network_config
[petitboot]
/
lib
/
pb-config
/
storage.h
diff --git
a/lib/pb-config/storage.h
b/lib/pb-config/storage.h
index a1d526981d1a417a75d14bbf2680110c690264ba..5b4af56a0793d78abe8e96e1a12a72cb290acc0b 100644
(file)
--- a/
lib/pb-config/storage.h
+++ b/
lib/pb-config/storage.h
@@
-7,6
+7,7
@@
struct config;
struct config_storage {
int (*load)(struct config_storage *st, struct config *config);
+ int (*save)(struct config_storage *st, struct config *config);
};
struct config_storage *create_powerpc_nvram_storage(void *ctx);