]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
Add boot command structure to petitboot protocol description
[petitboot] / lib / types / types.h
index acd9e3ef74c6fe12f3f98d992fecd5d148228656..1843557728814111383342402c64c98f46974514 100644 (file)
@@ -29,4 +29,11 @@ struct boot_option {
        void            *ui_info;
 };
 
+struct boot_command {
+       char *option_id;
+       char *boot_image_file;
+       char *initrd_file;
+       char *boot_args;
+};
+
 #endif /* _TYPES_H */