From e65870b0d7638ad9e848b87526a04e32bc96f756 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 21 May 2013 14:20:51 +0800 Subject: ui/common: Add code to send cancel-default messages Signed-off-by: Jeremy Kerr --- ui/common/discover-client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ui/common/discover-client.h') 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 -- cgit v1.2.1