]> git.ozlabs.org Git - petitboot/blobdiff - lib/pb-protocol/pb-protocol.h
Add boot command structure to petitboot protocol description
[petitboot] / lib / pb-protocol / pb-protocol.h
index 07ef7e15f0a1cbe2bf4c501bf3242a947a343793..beb18cc2e0f11f6e07fdc0f1456511e3b1ee6233 100644 (file)
@@ -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 {