|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include <kernel/sync/mutex.h>#include <modules/acpi/aml/encoding/data.h>#include <modules/acpi/aml/encoding/expression.h>#include <modules/acpi/aml/encoding/name.h>#include <modules/acpi/aml/encoding/named.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 | |
| uint64_t | aml_init (void) |
| Initialize the AML subsystem. | |
| mutex_t * | aml_big_mutex_get (void) |
| Get the mutex for the entire AML subsystem. | |