|
Retro Rocket Kernel
BASIC-Powered Operating System
|
System Description Table Header. More...
#include <acpi.h>
Collaboration diagram for sdt_header_t:Data Fields | |
| char | signature [4] |
| uint32_t | length |
| uint8_t | revision |
| uint8_t | checksum |
| char | oem_id [6] |
| char | oem_table_id [8] |
| uint32_t | oem_revision |
| uint32_t | creator_id |
| uint32_t | creator_revision |
System Description Table Header.
| uint8_t sdt_header_t::checksum |
| uint32_t sdt_header_t::creator_id |
| uint32_t sdt_header_t::creator_revision |
| uint32_t sdt_header_t::length |
| char sdt_header_t::oem_id[6] |
| uint32_t sdt_header_t::oem_revision |
| char sdt_header_t::oem_table_id[8] |
| uint8_t sdt_header_t::revision |
| char sdt_header_t::signature[4] |