|
PatchworkOS
2ca1c69
A non-POSIX operating system.
|
Data for an argument object. More...
#include <object.h>
Data Fields | |
| AML_OBJECT_COMMON_HEADER | |
| aml_object_t * | value |
| The object that was passed as the argument. | |
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.
| aml_object_t* aml_arg_t::value |