#include <acpi.h>
Data Fields | |
| char | signature [4] |
| ACPI signature (4 ASCII characters). | |
| uint32_t | length |
| Length of table, in bytes, including header. | |
| uint8_t | revision |
| ACPI Specification minor version number. | |
| uint8_t | checksum |
| To make sum of entire table == 0. | |
| char | oem_id [6] |
| OEM identification. | |
| char | oem_table_id [8] |
| OEM table identification. | |
| uint32_t | oem_revision |
| OEM revision number. | |
| char | asl_compiler_id [4] |
| ASL compiler vendor ID. | |
| uint32_t | asl_compiler_revision |
| ASL compiler revision number. | |
This is the structure common to the start of all ACPI system description tables.
Definition at line 20 of file acpi.h.
Length of table, in bytes, including header.
Definition at line 24 of file acpi.h.
Referenced by acpi_fix_checksum(), and ibft_alloc_string().
To make sum of entire table == 0.
Definition at line 28 of file acpi.h.
Referenced by acpi_fix_checksum().
| char acpi_description_header::oem_id[6] |
1.5.7.1