|
PatchworkOS
|
#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | AML_MAX_LOCALS 8 |
| Maximum number of local variables that can be used in a method. | |
Typedefs | |
| typedef struct aml_object | aml_object_t |
| typedef struct aml_term_list_ctx | aml_term_list_ctx_t |
Functions | |
| aml_object_t * | aml_local_obj_read (aml_term_list_ctx_t *ctx) |
| Reads a LocalObj structure from the AML byte stream. | |
| typedef struct aml_object aml_object_t |
| typedef struct aml_term_list_ctx aml_term_list_ctx_t |