Public API for SMBIOS Type 1 System Information. More...
#include "lazybios/lazybios.h"Go to the source code of this file.
Data Structures | |
| struct | lazybiosType1_t |
| Parsed SMBIOS Type 1 System Information. More... | |
| struct | lazybiosType1Array_t |
| A parsed set of SMBIOS Type 1 structures. More... | |
| struct | lazybiosType1Decoded_t |
| Decoded forms of the Type 1 encoded fields. More... | |
| struct | lazybiosType1FieldStatus_t |
| Availability metadata for SMBIOS Type 1 fields. More... | |
Macros | |
| #define | LAZYBIOS_TYPE_HEADER_ONLY |
Functions | |
| void | lazybiosFreeType1 (lazybiosType1Array_t *Type1) |
| Releases a parsed set of SMBIOS Type 1 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType1Array_t * | lazybiosGetType1 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 1 structures. | |
Public API for SMBIOS Type 1 System Information.
Definition in file type1.h.