diff options
Diffstat (limited to 'include/smbios.h')
-rw-r--r-- | include/smbios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/smbios.h b/include/smbios.h index b507b9d9d72..98bb9e52cdf 100644 --- a/include/smbios.h +++ b/include/smbios.h @@ -139,6 +139,7 @@ struct __packed smbios_type2 { u8 chassis_location; u16 chassis_handle; u8 board_type; + u8 number_contained_objects; char eos[SMBIOS_STRUCT_EOS_BYTES]; }; |