PatchworkOS  2ca1c69
A non-POSIX operating system.
Loading...
Searching...
No Matches
aml_arg_t Struct Reference

Data for an argument object. More...

#include <object.h>

Collaboration diagram for aml_arg_t:

Data Fields

 AML_OBJECT_COMMON_HEADER
 
aml_object_tvalue
 The object that was passed as the argument.
 

Detailed Description

Data for an argument object.

Arguments are disgusting but the way passing arguments work is described in section 5.5.2.3 of the ACPI specification.

Definition at line 426 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_arg_t::AML_OBJECT_COMMON_HEADER

Definition at line 428 of file object.h.

◆ value

aml_object_t* aml_arg_t::value

The object that was passed as the argument.

Definition at line 429 of file object.h.


The documentation for this struct was generated from the following file: