X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Fpb-protocol%2Fpb-protocol.h;h=d6f149c54e6789746491a70ae7e280af0b6134b8;hp=901bb9d11699f4e9eea7889d98db9c3a90ebefbe;hb=85bd33ca9777c386359b9b3899888316354a4e1f;hpb=310de3ab00b77b09a897b93ed0272b82ebc4f73b 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 {