|
PatchworkOS
c9fea19
A non-POSIX operating system.
|
IRQ domain structure. More...
#include <irq.h>
Data Fields | |
| list_entry_t | entry |
| irq_chip_t * | chip |
| void * | private |
| irq_phys_t | start |
| Inclusive. | |
| irq_phys_t | end |
| Exclusive. | |
IRQ domain structure.
Represents a range of physical IRQs managed by a specific IRQ chip.
| list_entry_t irq_domain_t::entry |
| irq_chip_t* irq_domain_t::chip |
| irq_phys_t irq_domain_t::start |
| irq_phys_t irq_domain_t::end |