]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
discover/devmapper: Read device size from sysfs
[petitboot] / lib / types / types.h
index db4d8922d981e084af9764e034209aadbd59a3b4..6ff4620e54a5ac0b129cec00a949c522a730bf2c 100644 (file)
@@ -93,10 +93,14 @@ struct blockdev_info {
 struct system_info {
        char                    *type;
        char                    *identifier;
-       char                    **platform_current;
+       char                    **platform_primary;
        char                    **platform_other;
-       unsigned int            n_current;
+       unsigned int            n_primary;
        unsigned int            n_other;
+       char                    **bmc_current;
+       char                    **bmc_golden;
+       unsigned int            n_bmc_current;
+       unsigned int            n_bmc_golden;
        uint8_t                 *bmc_mac;
        struct interface_info   **interfaces;
        unsigned int            n_interfaces;