Public API for SMBIOS Type 16 Physical Memory Array Information. More...
#include "lazybios/lazybios.h"Go to the source code of this file.
Data Structures | |
| struct | lazybiosType16_t |
| Parsed SMBIOS Type 16 Physical Memory Array Information. More... | |
| struct | lazybiosType16Array_t |
| A parsed set of SMBIOS Type 16 structures. More... | |
| struct | lazybiosType16Decoded_t |
| Decoded forms of the Type 16 encoded fields. More... | |
| struct | lazybiosType16FieldStatus_t |
| Availability metadata for SMBIOS Type 16 fields. More... | |
Macros | |
| #define | LAZYBIOS_TYPE_HEADER_ONLY |
Functions | |
| void | lazybiosFreeType16 (lazybiosType16Array_t *Type16) |
| Releases a parsed set of SMBIOS Type 16 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType16Array_t * | lazybiosGetType16 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 16 structures. | |
Public API for SMBIOS Type 16 Physical Memory Array Information.
Definition in file type16.h.