PatchworkOS
Loading...
Searching...
No Matches
irq_callback_t Struct Reference
Kernel » CPU » IRQ

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

#include <irq.h>

Data Fields

irq_callback_func_t func
 
void * data
 

Detailed Description

Structure to hold an IRQ callback and its data.

Definition at line 56 of file irq.h.

Field Documentation

◆ data

void* irq_callback_t::data

Definition at line 59 of file irq.h.

Referenced by irq_dispatch(), irq_install(), and irq_uninstall().

◆ func

irq_callback_func_t irq_callback_t::func

Definition at line 58 of file irq.h.

Referenced by irq_dispatch(), irq_install(), and irq_uninstall().


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