X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=63c1c7c811aaed6deb2ba26630dc23d7611eb668;hb=d531395a3ff60730238854b127925978f6eab289;hp=c2de8a5bab215ec31cbc399e8e5cabb625a86f4e;hpb=32d3249e252fe201eb81155cbf3b800ce5cf88e0;p=petitboot diff --git a/lib/types/types.h b/lib/types/types.h index c2de8a5..63c1c7c 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -93,6 +93,14 @@ struct blockdev_info { struct system_info { char *type; char *identifier; + char **platform_current; + 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;