]> git.ozlabs.org Git - petitboot/blobdiff - lib/pb-protocol/pb-protocol.h
discover: Add "cancel default boot" messages
[petitboot] / lib / pb-protocol / pb-protocol.h
index 0390f6661fe55e73e5c0035749dea1528d67a5f4..aa79e668635e4613e8049aca171627dabe719b7c 100644 (file)
@@ -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 {