projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
config: Add boot_device member to config
[petitboot]
/
lib
/
types
/
types.h
diff --git
a/lib/types/types.h
b/lib/types/types.h
index 129319309cc0882ee36f3c7775fe56e780e1afd1..762530a36d46467d3770e3411d8f1460fabdab5c 100644
(file)
--- a/
lib/types/types.h
+++ b/
lib/types/types.h
@@
-124,6
+124,7
@@
struct config {
struct network_config network;
struct boot_priority *boot_priorities;
unsigned int n_boot_priorities;
struct network_config network;
struct boot_priority *boot_priorities;
unsigned int n_boot_priorities;
+ char *boot_device;
};
#endif /* _TYPES_H */
};
#endif /* _TYPES_H */