X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Fpb-protocol%2Fpb-protocol.h;h=44517001c749abef008f1dc970b05b6fa9e93b84;hp=35e96f0d1a7c510a25e44cdaf909fbe9858d6a93;hb=ab4ca06537f10b768b2e81a178273e9509de0b07;hpb=851f58e3623c539833295b4a50834d18b65c4cd8 diff --git a/lib/pb-protocol/pb-protocol.h b/lib/pb-protocol/pb-protocol.h index 35e96f0..4451700 100644 --- a/lib/pb-protocol/pb-protocol.h +++ b/lib/pb-protocol/pb-protocol.h @@ -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 {