Public API for obsolete SMBIOS Type 5 Memory Controller Information. More...
#include "lazybios/lazybios.h"Go to the source code of this file.
Data Structures | |
| struct | lazybiosType5_t |
| Parsed obsolete SMBIOS Type 5 Memory Controller Information. More... | |
| struct | lazybiosType5Array_t |
| A parsed set of SMBIOS Type 5 structures. More... | |
| struct | lazybiosType5Decoded_t |
| Decoded forms of the Type 5 encoded fields. More... | |
| struct | lazybiosType5FieldStatus_t |
| Availability metadata for SMBIOS Type 5 fields. More... | |
Macros | |
| #define | LAZYBIOS_TYPE_HEADER_ONLY |
Functions | |
| void | lazybiosFreeType5 (lazybiosType5Array_t *Type5) |
| Releases a parsed set of SMBIOS Type 5 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType5Array_t * | lazybiosGetType5 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 5 structures. | |
Public API for obsolete SMBIOS Type 5 Memory Controller Information.
Definition in file type5.h.