|
PatchworkOS
2ca1c69
A non-POSIX operating system.
|
ACPI device configuration structure. More...
#include <devices.h>
Data Fields | |
| char | hid [MAX_NAME] |
| char | cid [MAX_NAME] |
| acpi_device_irq_t * | irqs |
| uint64_t | irqCount |
| acpi_device_io_t * | ios |
| uint64_t | ioCount |
ACPI device configuration structure.
Stores the resources assigned to an ACPI device, like IRQs and IO ports.
| acpi_device_irq_t* acpi_device_cfg_t::irqs |
| acpi_device_io_t* acpi_device_cfg_t::ios |