PatchworkOS  c9fea19
A non-POSIX operating system.
Loading...
Searching...
No Matches
irq_handler_t Struct Reference
Kernel » CPU » IRQ

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 * private
 
irq_virt_t virt
 

Detailed Description

Structure to hold an IRQ function and its data.

Definition at line 79 of file irq.h.

Field Documentation

◆ entry

list_entry_t irq_handler_t::entry

Definition at line 81 of file irq.h.

◆ func

irq_func_t irq_handler_t::func

Definition at line 82 of file irq.h.

◆ private

void* irq_handler_t::private

Definition at line 83 of file irq.h.

◆ virt

irq_virt_t irq_handler_t::virt

Definition at line 84 of file irq.h.


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