|
PatchworkOS
|
#include <kernel/acpi/aml/runtime/store.h>#include <kernel/acpi/aml/runtime/convert.h>#include <kernel/acpi/aml/runtime/copy.h>#include <kernel/acpi/aml/to_string.h>#include <kernel/log/log.h>#include <errno.h>Go to the source code of this file.
Functions | |
| uint64_t | aml_store (aml_state_t *state, aml_object_t *src, aml_object_t *dest) |
| Store the value from the source object into the target object. | |