PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
irq_handler_t Struct Reference

Structure to hold an IRQ function and its data. More...

#include <irq.h>

Collaboration diagram for irq_handler_t:

Data Fields

list_entry_t entry
 
irq_func_t func
 
void * data
 
irq_virt_t virt
 

Detailed Description

Structure to hold an IRQ function and its data.

Definition at line 78 of file irq.h.

Field Documentation

◆ entry

list_entry_t irq_handler_t::entry

Definition at line 80 of file irq.h.

◆ func

irq_func_t irq_handler_t::func

Definition at line 81 of file irq.h.

◆ data

void* irq_handler_t::data

Definition at line 82 of file irq.h.

◆ virt

irq_virt_t irq_handler_t::virt

Definition at line 83 of file irq.h.


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