Public API for SMBIOS Type 43 TPM Device. More...
#include "lazybios/lazybios.h"Go to the source code of this file.
Data Structures | |
| struct | lazybiosType43_t |
| Parsed SMBIOS Type 43 TPM Device information. More... | |
| struct | lazybiosType43Array_t |
| A parsed set of SMBIOS Type 43 structures. More... | |
| struct | lazybiosType43Decoded_t |
| Decoded forms of the Type 43 encoded fields. More... | |
| struct | lazybiosType43FieldStatus_t |
| Availability metadata for SMBIOS Type 43 fields. More... | |
Macros | |
| #define | LAZYBIOS_TYPE_HEADER_ONLY |
Functions | |
| void | lazybiosFreeType43 (lazybiosType43Array_t *Type43) |
| Releases a parsed set of SMBIOS Type 43 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType43Array_t * | lazybiosGetType43 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 43 structures. | |
Public API for SMBIOS Type 43 TPM Device.
Definition in file type43.h.