PatchworkOS
Loading...
Searching...
No Matches
predefined.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <stdint.h>
6
29
43
55
62
69
aml_object_t * aml_os_implementation(aml_method_obj_t *method, aml_object_t **args, uint64_t argCount)
Implementation of the _OS predefined method.
Definition predefined.c:68
uint64_t aml_predefined_init(void)
Initialize predefined AML names and objects.
Definition predefined.c:116
aml_object_t * aml_rev_implementation(aml_method_obj_t *method, aml_object_t **args, uint64_t argCount)
Implementation of the _REV predefined method.
Definition predefined.c:42
aml_mutex_obj_t * aml_gl_get(void)
Get the global AML mutex.
Definition predefined.c:111
aml_object_t * aml_osi_implementation(aml_method_obj_t *method, aml_object_t **args, uint64_t argCount)
Implementation of the _OSI predefined method.
Definition predefined.c:14
__UINT64_TYPE__ uint64_t
Definition stdint.h:17
Data for a method object.
Definition object.h:284
Data for a mutex object.
Definition object.h:302
ACPI object.
Definition object.h:425