summaryrefslogtreecommitdiffstats
path: root/ui/common/discover-client.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-05-21 14:20:51 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-06-24 12:52:50 +0800
commite65870b0d7638ad9e848b87526a04e32bc96f756 (patch)
tree4a718034e225a3d9d460e9ab0f78b1b42ba977dc /ui/common/discover-client.h
parent293fca73b2fe077e7780c1a42216a3db41a6e737 (diff)
downloadtalos-petitboot-e65870b0d7638ad9e848b87526a04e32bc96f756.tar.gz
talos-petitboot-e65870b0d7638ad9e848b87526a04e32bc96f756.zip
ui/common: Add code to send cancel-default messages
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/common/discover-client.h')
-rw-r--r--ui/common/discover-client.h4
1 files changed, 4 insertions, 0 deletions
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
OpenPOWER on IntegriCloud