| PatchworkOS
    | 
#include <kernel/acpi/aml/state.h>#include <kernel/acpi/aml/object.h>#include <kernel/acpi/aml/runtime/copy.h>#include <errno.h>Go to the source code of this file.
| 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. | |