summaryrefslogtreecommitdiffstats
path: root/lib/pb-protocol
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-04-02 14:53:07 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-04-02 14:53:07 +0800
commit85bd33ca9777c386359b9b3899888316354a4e1f (patch)
tree4a0b0b4ba8f7bb3af4b33d9adf15473c63edc248 /lib/pb-protocol
parent310de3ab00b77b09a897b93ed0272b82ebc4f73b (diff)
downloadtalos-petitboot-85bd33ca9777c386359b9b3899888316354a4e1f.tar.gz
talos-petitboot-85bd33ca9777c386359b9b3899888316354a4e1f.zip
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 <jk@ozlabs.org>
Diffstat (limited to 'lib/pb-protocol')
-rw-r--r--lib/pb-protocol/pb-protocol.h1
1 files changed, 1 insertions, 0 deletions
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 {
OpenPOWER on IntegriCloud