PatchworkOS
Loading...
Searching...
No Matches
local.h File Reference
#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_taml_local_obj_read (aml_term_list_ctx_t *ctx)
 Reads a LocalObj structure from the AML byte stream.
 

Typedef Documentation

◆ aml_object_t

typedef struct aml_object aml_object_t

Definition at line 5 of file local.h.

◆ aml_term_list_ctx_t

typedef struct aml_term_list_ctx aml_term_list_ctx_t

Definition at line 6 of file local.h.