Go to the documentation of this file.
73 #define smbios_for_each_struct(struct_name) \
75 const struct smbios_struct *struct_name = smbios_get_next_struct(0);\
77 struct_name = smbios_get_next_struct(struct_name)\
84 #define smbios_for_each_struct_type(struct_name, struct_type) \
86 const struct smbios_struct *struct_name = smbios_get_next_struct_by_type(0, struct_type);\
88 struct_name = smbios_get_next_struct_by_type(struct_name, struct_type)\