Public API for SMBIOS Type 24 Hardware Security. More...
#include "lazybios/lazybios.h"Go to the source code of this file.
Data Structures | |
| struct | lazybiosType24_t |
| Parsed SMBIOS Type 24 Hardware Security information. More... | |
| struct | lazybiosType24Array_t |
| A parsed set of SMBIOS Type 24 structures. More... | |
| struct | lazybiosType24Decoded_t |
| Decoded forms of the Type 24 encoded fields. More... | |
| struct | lazybiosType24FieldStatus_t |
| Availability metadata for SMBIOS Type 24 fields. More... | |
Macros | |
| #define | LAZYBIOS_TYPE_HEADER_ONLY |
Functions | |
| void | lazybiosFreeType24 (lazybiosType24Array_t *Type24) |
| Releases a parsed set of SMBIOS Type 24 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType24Array_t * | lazybiosGetType24 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 24 structures. | |
Public API for SMBIOS Type 24 Hardware Security.
Definition in file type24.h.