PatchworkOS
Loading...
Searching...
No Matches
namespace_modifier.h
Go to the documentation of this file.
1#pragma once
2
3#include <sys/list.h>
4
5#include <stdint.h>
6
7typedef struct aml_object aml_object_t;
8typedef struct aml_term_list_ctx aml_term_list_ctx_t;
9
31
43
55
66
uint64_t aml_def_scope_read(aml_term_list_ctx_t *ctx)
Reads a DefScope structure from the AML byte stream.
uint64_t aml_def_name_read(aml_term_list_ctx_t *ctx)
Reads a DefName structure from the AML byte stream.
uint64_t aml_namespace_modifier_obj_read(aml_term_list_ctx_t *ctx)
Reads a NameSpaceModifierObj structure from the AML byte stream.
uint64_t aml_def_alias_read(aml_term_list_ctx_t *ctx)
Reads a DefAlias structure from the AML byte stream.
__UINT64_TYPE__ uint64_t
Definition stdint.h:17
ACPI object.
Definition object.h:425
Context for reading a TermList.
Definition term.h:37