void __iomem * get_SMBIOS_entry (void __iomem * smbios_start, void __iomem * smbios_table, u8 type, void __iomem * previous);
Gets the first entry of the specified type if previous == NULL Otherwise, returns the next entry of the given type. Uses global SMBIOS Table pointer Uses get_subsequent_smbios_entry
returns a pointer to an SMBIOS structure or NULL if none found
Gets the first entry of the specified type if previous == NULL Otherwise, returns the next entry of the given type. Uses global SMBIOS Table pointer Uses get_subsequent_smbios_entry
returns a pointer to an SMBIOS structure or NULL if none found