projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48a0d1
)
[pb-protocol] Add ui_info member to devices and boot options
author
Jeremy Kerr
<jk@ozlabs.org>
Sun, 1 Feb 2009 05:07:23 +0000
(16:07 +1100)
committer
Jeremy Kerr
<jk@ozlabs.org>
Sun, 1 Feb 2009 05:07:23 +0000
(16:07 +1100)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
lib/pb-protocol/pb-protocol.h
patch
|
blob
|
history
diff --git
a/lib/pb-protocol/pb-protocol.h
b/lib/pb-protocol/pb-protocol.h
index 36dbf00b223a3d3ef59d3288792b82074dc8cf84..98f290662be0e1a71324572b1a36658c30b81871 100644
(file)
--- a/
lib/pb-protocol/pb-protocol.h
+++ b/
lib/pb-protocol/pb-protocol.h
@@
-27,6
+27,8
@@
struct device {
char *icon_file;
struct list boot_options;
+
+ void *ui_info;
};
struct boot_option {
@@
-39,6
+41,8
@@
struct boot_option {
char *boot_args;
struct list_item list;
+
+ void *ui_info;
};
struct boot_option *boot_option_copy(void* ctx, const struct boot_option *opt);