]> git.ozlabs.org Git - petitboot/blobdiff - lib/pb-protocol/pb-protocol.h
discover: Fix boot with initrd error
[petitboot] / lib / pb-protocol / pb-protocol.h
index 2ec264cce26a045ef68582ab5815449cca7a5f05..6068f05ca7b5ae495d0dc1a50d9ef4e9c6f533a9 100644 (file)
@@ -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 */