X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;fp=lib%2Ftypes%2Ftypes.h;h=63c1c7c811aaed6deb2ba26630dc23d7611eb668;hp=db4d8922d981e084af9764e034209aadbd59a3b4;hb=d531395a3ff60730238854b127925978f6eab289;hpb=d974c3c39237c8e94bb3a51d3511d18dea01043e diff --git a/lib/types/types.h b/lib/types/types.h index db4d892..63c1c7c 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -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;