PatchworkOS
Loading...
Searching...
No Matches
state.h File Reference

Go to the source code of this file.

Data Structures

struct  aml_state_t
 AML State. More...
 

Functions

uint64_t aml_state_init (aml_state_t *state, aml_object_t **args)
 Initialize an AML state.
 
void aml_state_deinit (aml_state_t *state)
 Deinitialize an AML state.
 
aml_object_taml_state_result_get (aml_state_t *state)
 Get the result object of the state.
 
void aml_state_result_set (aml_state_t *state, aml_object_t *result)
 Set the result object of the state.