|
PatchworkOS
|
#include <kernel/acpi/aml/encoding/arg.h>#include <kernel/acpi/aml/encoding/local.h>#include <kernel/acpi/aml/namespace.h>#include <kernel/acpi/aml/object.h>Go to the source code of this file.
Data Structures | |
| struct | aml_state_t |
| AML State. More... | |
Functions | |
| uint64_t | aml_state_init (aml_state_t *state, aml_object_t **args) |
| Initialize an AML state. | |
| void | aml_state_deinit (aml_state_t *state) |
| Deinitialize an AML state. | |
| aml_object_t * | aml_state_result_get (aml_state_t *state) |
| Get the result object of the state. | |
| void | aml_state_result_set (aml_state_t *state, aml_object_t *result) |
| Set the result object of the state. | |