From 2723662cabd4d34d4155ab5d6668c591a20a086b Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 21 May 2013 14:16:35 +0800 Subject: discover: Add "cancel default boot" messages Allow the default boot process to be cancelled, via a message with action PB_PROTOCOL_ACTION_CANCEL_DEFAULT. Signed-off-by: Jeremy Kerr --- lib/pb-protocol/pb-protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/pb-protocol') diff --git a/lib/pb-protocol/pb-protocol.h b/lib/pb-protocol/pb-protocol.h index 0390f66..aa79e66 100644 --- a/lib/pb-protocol/pb-protocol.h +++ b/lib/pb-protocol/pb-protocol.h @@ -18,6 +18,7 @@ enum pb_protocol_action { /* PB_PROTOCOL_ACTION_BOOT_OPTION_REMOVE = 0x4, */ PB_PROTOCOL_ACTION_BOOT = 0x5, PB_PROTOCOL_ACTION_STATUS = 0x6, + PB_PROTOCOL_ACTION_CANCEL_DEFAULT = 0x7, }; struct pb_protocol_message { -- cgit v1.2.1