lazybios 3.0.0
Lightweight SMBIOS/DMI parsing library
Loading...
Searching...
No Matches
type40.h File Reference

Public API for SMBIOS Type 40 Additional Information. More...

Go to the source code of this file.

Data Structures

struct  lazybiosType40_t
 Parsed SMBIOS Type 40 Additional Information. More...
struct  lazybiosType40Array_t
 A parsed set of SMBIOS Type 40 structures. More...
struct  lazybiosType40Entry_t
 Parsed entry from an SMBIOS Type 40 Additional Information structure. More...
struct  lazybiosType40EntryFieldStatus_t
 Availability metadata for an SMBIOS Type 40 entry. More...
struct  lazybiosType40FieldStatus_t
 Availability metadata for SMBIOS Type 40 fields. More...

Macros

#define LAZYBIOS_TYPE_HEADER_ONLY

Functions

void lazybiosFreeType40 (lazybiosType40Array_t *Type40)
 Releases a parsed set of SMBIOS Type 40 structures.
LAZYBIOS_WARN_UNUSED lazybiosType40Array_tlazybiosGetType40 (const lazybiosDMI_t *DMIData)
 Parses all SMBIOS Type 40 structures.

Detailed Description

Public API for SMBIOS Type 40 Additional Information.

Author
LazySeldi

Definition in file type40.h.

Macro Definition Documentation

◆ LAZYBIOS_TYPE_HEADER_ONLY

#define LAZYBIOS_TYPE_HEADER_ONLY

Definition at line 29 of file type40.h.