X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Fpb-protocol%2Fpb-protocol.h;h=beb18cc2e0f11f6e07fdc0f1456511e3b1ee6233;hp=07ef7e15f0a1cbe2bf4c501bf3242a947a343793;hb=c25601a71b0951225691aa2edc389826f7f3836c;hpb=1b0b59295d0500764c5096753f7cd11bf3ab5df4 diff --git a/lib/pb-protocol/pb-protocol.h b/lib/pb-protocol/pb-protocol.h index 07ef7e1..beb18cc 100644 --- a/lib/pb-protocol/pb-protocol.h +++ b/lib/pb-protocol/pb-protocol.h @@ -14,6 +14,7 @@ enum pb_protocol_action { PB_PROTOCOL_ACTION_ADD = 0x1, PB_PROTOCOL_ACTION_REMOVE = 0x2, + PB_PROTOCOL_ACTION_BOOT = 0x3, }; struct pb_protocol_message {