PatchworkOS
Loading...
Searching...
No Matches
local.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
stdint.h
>
4
5
typedef
struct
aml_object
aml_object_t
;
6
typedef
struct
aml_term_list_ctx
aml_term_list_ctx_t
;
7
21
#define AML_MAX_LOCALS 8
22
45
aml_object_t
*
aml_local_obj_read
(
aml_term_list_ctx_t
* ctx);
46
aml_local_obj_read
aml_object_t * aml_local_obj_read(aml_term_list_ctx_t *ctx)
Reads a LocalObj structure from the AML byte stream.
Definition
local.c:8
stdint.h
aml_object_t
ACPI object.
Definition
object.h:425
aml_term_list_ctx_t
Context for reading a TermList.
Definition
term.h:37
include
kernel
acpi
aml
encoding
local.h
Generated by
1.9.8