void * get_SMBIOS_entry (void * smbios_start, void * smbios_table, u8 type, void * 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