X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Fpb-protocol%2Fpb-protocol.h;h=d6f149c54e6789746491a70ae7e280af0b6134b8;hp=901bb9d11699f4e9eea7889d98db9c3a90ebefbe;hb=b6ee414890fcd582a96f4d89e648cff5dacb1cb9;hpb=20be68872f056457b99cc64164171901be4bc5a3 diff --git a/lib/pb-protocol/pb-protocol.h b/lib/pb-protocol/pb-protocol.h index 901bb9d..d6f149c 100644 --- a/lib/pb-protocol/pb-protocol.h +++ b/lib/pb-protocol/pb-protocol.h @@ -21,6 +21,7 @@ enum pb_protocol_action { PB_PROTOCOL_ACTION_CANCEL_DEFAULT = 0x7, PB_PROTOCOL_ACTION_SYSTEM_INFO = 0x8, PB_PROTOCOL_ACTION_CONFIG = 0x9, + PB_PROTOCOL_ACTION_REINIT = 0xa, }; struct pb_protocol_message {