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

Represents an IO port range assigned to an ACPI device. More...

#include <devices.h>

Collaboration diagram for acpi_device_io_t:

Data Fields

port_t base
 
uint64_t length
 

Detailed Description

Represents an IO port range assigned to an ACPI device.

Definition at line 97 of file devices.h.

Field Documentation

◆ base

port_t acpi_device_io_t::base

Definition at line 99 of file devices.h.

◆ length

uint64_t acpi_device_io_t::length

Definition at line 100 of file devices.h.


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