]> git.ozlabs.org Git - petitboot/blobdiff - ui/common/discover-client.h
[discover client] Make devices persistent
[petitboot] / ui / common / discover-client.h
index 132da02c30a3187fe65234a2a8fc485593a06e90..6fc964de8a375faab1f058817597a678ef3436cf 100644 (file)
@@ -14,7 +14,7 @@ struct discover_client;
 
 struct discover_client_ops {
        int (*add_device)(const struct device *device, void *arg);
-       void (*remove_device)(const char *dev_id, void *arg);
+       void (*remove_device)(const struct device *device, void *arg);
        void *cb_arg;
 };