X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Fpb-protocol%2Fpb-protocol.h;h=6068f05ca7b5ae495d0dc1a50d9ef4e9c6f533a9;hp=2ec264cce26a045ef68582ab5815449cca7a5f05;hb=ceefe00bf8c1498dfc2118d2b3666f67f91bb956;hpb=a2f7b111a2073a4afaf75499ac4c2732b71ea801;ds=sidebyside diff --git a/lib/pb-protocol/pb-protocol.h b/lib/pb-protocol/pb-protocol.h index 2ec264c..6068f05 100644 --- a/lib/pb-protocol/pb-protocol.h +++ b/lib/pb-protocol/pb-protocol.h @@ -50,4 +50,7 @@ struct pb_protocol_message *pb_protocol_read_message(void *ctx, int fd); struct device *pb_protocol_deserialise_device(void *ctx, const struct pb_protocol_message *message); +struct boot_command *pb_protocol_deserialise_boot_command(void *ctx, + const struct pb_protocol_message *message); + #endif /* _PB_PROTOCOL_H */