PatchworkOS
Loading...
Searching...
No Matches
arg.h
Go to the documentation of this file.
1#pragma once
2
3typedef struct aml_object aml_object_t;
4typedef struct aml_term_list_ctx aml_term_list_ctx_t;
5
19#define AML_MAX_ARGS 7
20
42
aml_object_t * aml_arg_obj_read(aml_term_list_ctx_t *ctx)
Reads a ArgObj structure from the AML byte stream.
Definition arg.c:8
ACPI object.
Definition object.h:425
Context for reading a TermList.
Definition term.h:37