Searched refs:xcpt_t (Results 1 – 2 of 2) sorted by relevance
314 typedef int (*xcpt_t)(int irq, void *context); typedef315 extern int hal_irq_attach(int irq, xcpt_t isr);1954 extern int irq_attach(int irq, xcpt_t isr);1958 irq_attach(intr_num, (xcpt_t) isr); in MsOS_CPU_AttachInterrupt()
305 typedef int (*xcpt_t)(int irq, void *context); typedef306 extern int hal_irq_attach(int irq, xcpt_t isr);1801 extern int irq_attach(int irq, xcpt_t isr);