|
PatchworkOS
|
#include <kernel/acpi/aml/encoding/package_length.h>#include <kernel/acpi/aml/debug.h>#include <kernel/acpi/aml/encoding/data.h>#include <kernel/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. | |