|
PatchworkOS
19e446b
A non-POSIX operating system.
|
#include <kernel/acpi/aml/runtime/method.h>#include <kernel/log/log.h>#include <kernel/acpi/aml/encoding/term.h>#include <kernel/acpi/aml/runtime/copy.h>#include <kernel/acpi/aml/state.h>#include <kernel/acpi/aml/to_string.h>#include <errno.h>Go to the source code of this file.
Functions | |
| aml_object_t * | aml_method_invoke (aml_state_t *parentState, aml_method_t *method, aml_object_t **args) |
| Invoke a method with the given arguments. | |