xref: /minix3/minix/kernel/arch/earm/bsp/include/bsp_intr.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1 #ifndef _BSP_INTR_H_
2 #define _BSP_INTR_H_
3 
4 #ifndef __ASSEMBLY__
5 
6 void bsp_irq_unmask(int irq);
7 void bsp_irq_mask(int irq);
8 void bsp_irq_handle(void);
9 
10 #endif /* __ASSEMBLY__ */
11 
12 #endif /* _BSP_INTR_H_ */
13