X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=9fed7aaaba65d3a5948d248c6482299197cde3e9;hb=203254ec7ca2352e898acc9ac5c971bcbf630720;hp=5be2cb697597a3c12c177aea26644b67bc9e3dec;hpb=936e57208c8e651be0f3dee6cfc635d719410100;p=petitboot diff --git a/lib/types/types.h b/lib/types/types.h index 5be2cb6..9fed7aa 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -24,6 +24,7 @@ struct boot_option { char *icon_file; char *boot_image_file; char *initrd_file; + char *dtb_file; char *boot_args; bool is_default; @@ -36,6 +37,7 @@ struct boot_command { char *option_id; char *boot_image_file; char *initrd_file; + char *dtb_file; char *boot_args; };