]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
Add initial dtb support
[petitboot] / lib / types / types.h
index 5be2cb697597a3c12c177aea26644b67bc9e3dec..9fed7aaaba65d3a5948d248c6482299197cde3e9 100644 (file)
@@ -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;
 };