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