X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=702b6f5f82286605cc00303f11cb2f84d4610150;hp=6a2c25810fff5c80a07ad2f11af44924b225f469;hb=0dae90626e54e46372c9feddc2f9ac82f046547d;hpb=70907c3fc4b344d00ce900e6a536e9cc16a35216 diff --git a/lib/types/types.h b/lib/types/types.h index 6a2c258..702b6f5 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -93,6 +93,7 @@ struct blockdev_info { struct system_info { char *type; char *identifier; + uint8_t *bmc_mac; struct interface_info **interfaces; unsigned int n_interfaces; struct blockdev_info **blockdevs;