|
PatchworkOS
|
#include <kernel/acpi/aml/encoding/data.h>#include <kernel/acpi/aml/encoding/expression.h>#include <kernel/acpi/aml/encoding/name.h>#include <kernel/acpi/aml/encoding/named.h>#include <kernel/sync/mutex.h>#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | AML_CURRENT_REVISION 0x20251010 |
| The current revision of the AML subsystem. | |
Functions | |
| void | aml_init (void) |
| Initialize the AML subsystem. | |
| mutex_t * | aml_big_mutex_get (void) |
| Get the mutex for the entire AML subsystem. | |