Home
last modified time | relevance | path

Searched refs:irq_handler_t (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDinterrupt.h40 typedef irqreturn_t (*irq_handler_t)(int, void *); typedef
79 request_irq(unsigned int irq, irq_handler_t handler, unsigned long flags, in request_irq()