]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
Display VERSION partition info on BMC machines
[petitboot] / lib / types / types.h
index 702b6f5f82286605cc00303f11cb2f84d4610150..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;
@@ -115,6 +119,7 @@ struct interface_config {
                struct {
                        char *address;
                        char *gateway;
+                       char *url;
                } static_config;
        };
 };