|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include <modules/acpi/aml/encoding/package_length.h>#include <modules/acpi/aml/debug.h>#include <modules/acpi/aml/encoding/data.h>#include <modules/acpi/aml/state.h>#include <errno.h>#include <stdint.h>Go to the source code of this file.
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. | |