Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2108 → Rev 2109

/trunk/kernel/generic/include/ddi/irq.h
83,8 → 83,6
struct irq;
typedef void (* irq_handler_t)(struct irq *irq, void *arg, ...);
 
 
 
/** IPC notification config structure.
*
* Primarily, this structure is encapsulated in the irq_t structure.