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

Data for an operation region object. More...

#include <object.h>

Collaboration diagram for aml_opregion_t:

Data Fields

 AML_OBJECT_COMMON_HEADER
 
aml_region_space_t space
 
uintptr_t offset
 
uint32_t length
 

Detailed Description

Data for an operation region object.

Definition at line 344 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_opregion_t::AML_OBJECT_COMMON_HEADER

Definition at line 346 of file object.h.

◆ space

aml_region_space_t aml_opregion_t::space

Definition at line 347 of file object.h.

◆ offset

uintptr_t aml_opregion_t::offset

Definition at line 348 of file object.h.

◆ length

uint32_t aml_opregion_t::length

Definition at line 349 of file object.h.


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