From 85bd33ca9777c386359b9b3899888316354a4e1f Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 2 Apr 2014 14:53:07 +0800 Subject: protocol: expose discovery reinit over client/server protocol Now that we can re-initialise the device handler, allow this to be triggered from UIs over the petitboot protocol. 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 901bb9d..d6f149c 100644 --- a/lib/pb-protocol/pb-protocol.h +++ b/lib/pb-protocol/pb-protocol.h @@ -21,6 +21,7 @@ enum pb_protocol_action { PB_PROTOCOL_ACTION_CANCEL_DEFAULT = 0x7, PB_PROTOCOL_ACTION_SYSTEM_INFO = 0x8, PB_PROTOCOL_ACTION_CONFIG = 0x9, + PB_PROTOCOL_ACTION_REINIT = 0xa, }; struct pb_protocol_message { -- cgit v1.2.1