X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Fpb-protocol%2Fpb-protocol.h;h=aa79e668635e4613e8049aca171627dabe719b7c;hb=64899475f9b895628fd7b654f7b549e50494229a;hp=0390f6661fe55e73e5c0035749dea1528d67a5f4;hpb=6b87c9c7776796c766e3dcbdb32f5d292f7125d5;p=petitboot diff --git a/lib/pb-protocol/pb-protocol.h b/lib/pb-protocol/pb-protocol.h index 0390f66..aa79e66 100644 --- a/lib/pb-protocol/pb-protocol.h +++ b/lib/pb-protocol/pb-protocol.h @@ -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 {