#include <smbios.h>
Data Fields | |
| uint32_t | signature |
| Signature. | |
| uint8_t | checksum |
| Checksum. | |
| uint8_t | len |
| Length. | |
| uint8_t | major |
| Major version. | |
| uint8_t | minor |
| Minor version. | |
| uint16_t | max |
| Maximum structure size. | |
| uint8_t | revision |
| Entry point revision. | |
| uint8_t | formatted [5] |
| Formatted area. | |
| uint8_t | dmi_signature [5] |
| DMI Signature. | |
| uint8_t | dmi_checksum |
| DMI checksum. | |
| uint16_t | smbios_len |
| Structure table length. | |
| uint32_t | smbios_address |
| Structure table address. | |
| uint16_t | smbios_count |
| Number of SMBIOS structures. | |
| uint8_t | bcd_revision |
| BCD revision. | |
This is the single table which describes the list of SMBIOS structures. It is located by scanning through the BIOS segment.
Definition at line 43 of file smbios.h.
Signature.
Must be equal to SMBIOS_SIGNATURE
Definition at line 48 of file smbios.h.
Referenced by efi_find_smbios().
Number of SMBIOS structures.
Definition at line 72 of file smbios.h.
Referenced by efi_find_smbios().
1.5.7.1