]> git.ozlabs.org Git - petitboot/blobdiff - discover/device-handler.h
discover: Change parsers to emit resources rather than filenames
[petitboot] / discover / device-handler.h
index 3c4574b1403d367381f3ff76b391697a11ef27c7..5dead2459d0217c08361a41c9f2ebc1fb43ac3ef 100644 (file)
@@ -30,6 +30,10 @@ struct discover_boot_option {
        struct discover_device  *device;
        struct boot_option      *option;
        struct list_item        list;
+
+       struct resource         *boot_image;
+       struct resource         *initrd;
+       struct resource         *icon;
 };