PatchworkOS
Loading...
Searching...
No Matches
package_length.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  aml_pkg_lead_byte_t
 PkgLeadByte structure. More...
 

Typedefs

typedef struct aml_object aml_object_t
 
typedef struct aml_term_list_ctx aml_term_list_ctx_t
 
typedef uint32_t aml_pkg_length_t
 PkgLength structure.
 

Functions

uint64_t aml_pkg_lead_byte_read (aml_term_list_ctx_t *ctx, aml_pkg_lead_byte_t *out)
 Reads a PkgLeadByte structure from the AML byte stream.
 
uint64_t aml_pkg_length_read (aml_term_list_ctx_t *ctx, aml_pkg_length_t *out)
 Reads a PkgLength structure from the AML byte stream.
 

Typedef Documentation

◆ aml_object_t

typedef struct aml_object aml_object_t

Definition at line 5 of file package_length.h.

◆ aml_term_list_ctx_t

typedef struct aml_term_list_ctx aml_term_list_ctx_t

Definition at line 6 of file package_length.h.