]> git.ozlabs.org Git - petitboot/blobdiff - lib/pb-protocol/pb-protocol.h
lib: Add boot_status type & protocol definitions
[petitboot] / lib / pb-protocol / pb-protocol.h
index 35e96f0d1a7c510a25e44cdaf909fbe9858d6a93..44517001c749abef008f1dc970b05b6fa9e93b84 100644 (file)
@@ -17,6 +17,7 @@ enum pb_protocol_action {
        PB_PROTOCOL_ACTION_DEVICE_REMOVE        = 0x3,
 /*     PB_PROTOCOL_ACTION_BOOT_OPTION_REMOVE   = 0x4, */
        PB_PROTOCOL_ACTION_BOOT                 = 0x5,
+       PB_PROTOCOL_ACTION_STATUS               = 0x6,
 };
 
 struct pb_protocol_message {