X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=9fed7aaaba65d3a5948d248c6482299197cde3e9;hb=f6d419d22a4c69af185201b30f78b5a88da51219;hp=90b23c37a77446d0cda4b531869c6dee31eed343;hpb=ab4ca06537f10b768b2e81a178273e9509de0b07;p=petitboot diff --git a/lib/types/types.h b/lib/types/types.h index 90b23c3..9fed7aa 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -1,6 +1,7 @@ #ifndef _TYPES_H #define _TYPES_H +#include #include struct device { @@ -23,7 +24,9 @@ struct boot_option { char *icon_file; char *boot_image_file; char *initrd_file; + char *dtb_file; char *boot_args; + bool is_default; struct list_item list; @@ -34,6 +37,7 @@ struct boot_command { char *option_id; char *boot_image_file; char *initrd_file; + char *dtb_file; char *boot_args; };