]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
Retrieve BMC version info via IPMI
[petitboot] / lib / types / types.h
index db4d8922d981e084af9764e034209aadbd59a3b4..63c1c7c811aaed6deb2ba26630dc23d7611eb668 100644 (file)
@@ -97,6 +97,10 @@ struct system_info {
        char                    **platform_other;
        unsigned int            n_current;
        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;