X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fcommon%2Fdiscover-client.h;h=83bb9c97ea1de7b6aaa8ab6c4ac096bd029614b2;hp=2245a65141330883383af48f9e448fa4e4a0e256;hb=e65870b0d7638ad9e848b87526a04e32bc96f756;hpb=293fca73b2fe077e7780c1a42216a3db41a6e737;ds=sidebyside diff --git a/ui/common/discover-client.h b/ui/common/discover-client.h index 2245a65..83bb9c9 100644 --- a/ui/common/discover-client.h +++ b/ui/common/discover-client.h @@ -59,4 +59,8 @@ int discover_client_boot(struct discover_client *client, const struct device *device, const struct boot_option *boot_option, const struct pb_boot_data *data); + +/* Tell the discover server to cancel the default boot option, if any + */ +int discover_client_cancel_default(struct discover_client *client); #endif