]> git.ozlabs.org Git - petitboot/blobdiff - ui/common/discover-client.h
ui: Receive boot status messages
[petitboot] / ui / common / discover-client.h
index 5317b446f5407e50682b91a523d1889bfeaa4bc3..2245a65141330883383af48f9e448fa4e4a0e256 100644 (file)
@@ -24,6 +24,7 @@ struct discover_client_ops {
        int (*boot_option_add)(struct device *dev, struct boot_option *option,
                        void *arg);
        void (*device_remove)(struct device *device, void *arg);
+       void (*update_status)(struct boot_status *status, void *arg);
        void *cb_arg;
 };