PatchworkOS
Loading...
Searching...
No Matches
aml.h
Go to the documentation of this file.
1#pragma once
2
7#include <kernel/sync/mutex.h>
8
9#include <stdint.h>
10
46#define AML_CURRENT_REVISION 0x20251010
47
51void aml_init(void);
52
61
void aml_init(void)
Initialize the AML subsystem.
Definition aml.c:107
mutex_t * aml_big_mutex_get(void)
Get the mutex for the entire AML subsystem.
Definition aml.c:183
Mutex structure.
Definition mutex.h:39