]> git.ozlabs.org Git - petitboot/blobdiff - lib/pb-protocol/pb-protocol.h
Add boot_option_copy routine
[petitboot] / lib / pb-protocol / pb-protocol.h
index 399c824b4e97f4189288aef7e337bd025674e537..c8ce36bb328d7944ddd29c2c4558da37a065dbb7 100644 (file)
@@ -41,6 +41,8 @@ struct boot_option {
        struct list_item list;
 };
 
+struct boot_option *boot_option_copy(void* ctx, const struct boot_option *opt);
+
 int pb_protocol_device_len(struct device *dev);
 
 int pb_protocol_serialise_string(char *pos, const char *str);