Public API for SMBIOS Type 4 Processor Information. More...
#include "lazybios/lazybios.h"Go to the source code of this file.
Data Structures | |
| struct | lazybiosType4_t |
| Parsed SMBIOS Type 4 Processor Information. More... | |
| struct | lazybiosType4Array_t |
| A parsed set of SMBIOS Type 4 structures. More... | |
| struct | lazybiosType4Decoded_t |
| Decoded forms of the Type 4 encoded fields. More... | |
| struct | lazybiosType4FieldStatus_t |
| Availability metadata for SMBIOS Type 4 fields. More... | |
Macros | |
| #define | LAZYBIOS_TYPE_HEADER_ONLY |
Functions | |
| void | lazybiosFreeType4 (lazybiosType4Array_t *Type4) |
| Releases a parsed set of SMBIOS Type 4 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType4Array_t * | lazybiosGetType4 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 4 structures. | |
Public API for SMBIOS Type 4 Processor Information.
Definition in file type4.h.