#define AML_DEBUG_ERROR(ctx, format,...)
Macro to simplify calling aml_debug_error() with the current function name.
aml_object_t * aml_debug_obj_read(aml_term_list_ctx_t *ctx)
Reads a DebugObj structure from the AML byte stream.
aml_object_t * aml_object_new(void)
Allocate a new ACPI object.
uint64_t aml_debug_object_set(aml_object_t *object)
Set a object as a debug object.
static uint64_t aml_token_expect(aml_term_list_ctx_t *ctx, aml_token_num_t expected)
Reads a token from the AML stream and verifies it matches the expected token.
#define DEREF(ptr)
Decrement reference count.
#define NULL
Pointer error value.
#define ERR
Integer error value.
Context for reading a TermList.