libhd  5.0
smbios.h
Go to the documentation of this file.
00001 hd_smbios_t *smbios_free(hd_smbios_t *sm);
00002 hd_smbios_t *smbios_add_entry(hd_smbios_t **sm, hd_smbios_t *new_sm);
00003 void smbios_dump(hd_data_t *hd_data, FILE *f);
00004 void smbios_parse(hd_data_t *hd_data);