PatchworkOS
Loading...
Searching...
No Matches
method.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <stdint.h>
6
43
54
uint64_t aml_integer_t
AML Integer type.
Definition integer.h:20
aml_object_t * aml_method_evaluate(aml_state_t *parentState, aml_method_obj_t *method, aml_object_t **args)
Evaluate a method with the given arguments.
Definition method.c:11
uint64_t aml_method_evaluate_integer(aml_state_t *parentState, aml_object_t *object, aml_integer_t *out)
Wrapper around aml_method_evaluate for zero argument methods that return an integer or nothing and fo...
Definition method.c:124
__UINT64_TYPE__ uint64_t
Definition stdint.h:17
Data for a method object.
Definition object.h:284
ACPI object.
Definition object.h:425
AML State.
Definition state.h:25