]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
Display VERSION partition info on BMC machines
[petitboot] / lib / types / types.h
index c2de8a5bab215ec31cbc399e8e5cabb625a86f4e..db4d8922d981e084af9764e034209aadbd59a3b4 100644 (file)
@@ -93,6 +93,10 @@ struct blockdev_info {
 struct system_info {
        char                    *type;
        char                    *identifier;
+       char                    **platform_current;
+       char                    **platform_other;
+       unsigned int            n_current;
+       unsigned int            n_other;
        uint8_t                 *bmc_mac;
        struct interface_info   **interfaces;
        unsigned int            n_interfaces;