]> git.ozlabs.org Git - petitboot/blobdiff - discover/device-handler.h
Add initial dtb support
[petitboot] / discover / device-handler.h
index 7182f002a203364a937c10ce6d984f943798ffce..693f5e45a229e66a71cd069049e10486c536cdd7 100644 (file)
@@ -46,6 +46,7 @@ struct discover_boot_option {
 
        struct resource         *boot_image;
        struct resource         *initrd;
+       struct resource         *dtb;
        struct resource         *icon;
 };
 
@@ -90,5 +91,6 @@ struct discover_device *device_lookup_by_id(struct device_handler *handler,
 
 void device_handler_boot(struct device_handler *handler,
                struct boot_command *cmd);
+void device_handler_cancel_default(struct device_handler *handler);
 
 #endif /* _DEVICE_HANDLER_H */