X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fdevice-handler.h;h=5dead2459d0217c08361a41c9f2ebc1fb43ac3ef;hp=3c4574b1403d367381f3ff76b391697a11ef27c7;hb=5be946c;hpb=e4f5bd235894c11823ac1befe8c8c43063cad026 diff --git a/discover/device-handler.h b/discover/device-handler.h index 3c4574b..5dead24 100644 --- a/discover/device-handler.h +++ b/discover/device-handler.h @@ -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; };