13 LOG_ERR(
"failed to retrieve DSDT\n");
uint8_t aml_integer_bit_size(void)
Get the bit size of an AML integer.
uint64_t aml_integer_t
AML Integer type.
uint64_t aml_integer_handling_init(void)
Initialize integer handling.
aml_integer_t aml_integer_ones(void)
Get a mask with all bits set for the current AML integer size.
uint8_t aml_integer_byte_size(void)
Get the byte size of an AML integer.
sdt_header_t * acpi_tables_lookup(const char *signature, uint64_t n)
Lookup the n'th table matching the signature.
#define DSDT_SIGNATURE
DSDT table signature.
#define LOG_ERR(format,...)
#define LOG_INFO(format,...)
#define NULL
Pointer error value.
#define ERR
Integer error value.
static uint8_t integerByteSize
Differentiated System Description Table.