Public API for SMBIOS Type 39 System Power Supply. More...
#include "lazybios/lazybios.h"Go to the source code of this file.
Data Structures | |
| struct | lazybiosType39_t |
| Parsed SMBIOS Type 39 System Power Supply information. More... | |
| struct | lazybiosType39Array_t |
| A parsed set of SMBIOS Type 39 structures. More... | |
| struct | lazybiosType39Decoded_t |
| Decoded forms of the Type 39 encoded fields. More... | |
| struct | lazybiosType39FieldStatus_t |
| Availability metadata for SMBIOS Type 39 fields. More... | |
Macros | |
| #define | LAZYBIOS_TYPE_HEADER_ONLY |
Functions | |
| void | lazybiosFreeType39 (lazybiosType39Array_t *Type39) |
| Releases a parsed set of SMBIOS Type 39 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType39Array_t * | lazybiosGetType39 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 39 structures. | |
Public API for SMBIOS Type 39 System Power Supply.
Definition in file type39.h.