Built-in pointing-device type, interface, and button information. More...
Data Structures | |
| struct | lazybiosType21_t |
| Parsed SMBIOS Type 21 Built-in Pointing Device. More... | |
| struct | lazybiosType21Array_t |
| A parsed set of SMBIOS Type 21 structures. More... | |
Functions | |
| void | lazybiosFreeType21 (lazybiosType21Array_t *Type21) |
| Releases a parsed set of SMBIOS Type 21 structures. | |
| LAZYBIOS_WARN_UNUSED lazybiosType21Array_t * | lazybiosGetType21 (const lazybiosDMI_t *DMIData) |
| Parses all SMBIOS Type 21 structures. | |
Built-in pointing-device type, interface, and button information.
| void lazybiosFreeType21 | ( | lazybiosType21Array_t * | Type21 | ) |
#include <type21.h>
Releases a parsed set of SMBIOS Type 21 structures.
| Type21 | Set to release; may be NULL. |
References lazybiosFreeType21().
Referenced by lazybiosFreeType21().
| LAZYBIOS_WARN_UNUSED lazybiosType21Array_t * lazybiosGetType21 | ( | const lazybiosDMI_t * | DMIData | ) |
#include <type21.h>
Parses all SMBIOS Type 21 structures.
| DMIData | Raw DMI table container to parse. |
References LAZYBIOS_WARN_UNUSED, and lazybiosGetType21().
Referenced by lazybiosGetType21().