X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fcommon%2Fdiscover-client.h;h=2245a65141330883383af48f9e448fa4e4a0e256;hp=5317b446f5407e50682b91a523d1889bfeaa4bc3;hb=e793a9b5a07a677c1d9d33f4757b67c25dbf2eed;hpb=6b87c9c7776796c766e3dcbdb32f5d292f7125d5 diff --git a/ui/common/discover-client.h b/ui/common/discover-client.h index 5317b44..2245a65 100644 --- a/ui/common/discover-client.h +++ b/ui/common/discover-client.h @@ -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; };