Public API for SMBIOS Type 40 Additional Information. More...
#include "lazybios/lazybios.h"Go to the source code of this file.
Data Structures | |
| struct | lazybiosType40_t |
| Parsed SMBIOS Type 40 Additional Information. More... | |
| struct | lazybiosType40Array_t |
| A parsed set of SMBIOS Type 40 structures. More... | |
| struct | lazybiosType40Entry_t |
| Parsed entry from an SMBIOS Type 40 Additional Information structure. More... | |
| struct | lazybiosType40EntryFieldStatus_t |
| Availability metadata for an SMBIOS Type 40 entry. More... | |
| struct | lazybiosType40FieldStatus_t |
| Availability metadata for SMBIOS Type 40 fields. More... | |
Macros | |
| #define | LAZYBIOS_TYPE_HEADER_ONLY |
Functions | |
| void | lazybiosFreeType40 (lazybiosType40Array_t *Type40) |
| Releases a parsed set of SMBIOS Type 40 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType40Array_t * | lazybiosGetType40 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 40 structures. | |
Public API for SMBIOS Type 40 Additional Information.
Definition in file type40.h.