Remove building with NOCRYPTO option
[minix.git] / minix / kernel / arch / earm / bsp / include / bsp_intr.h
blob018c4796d4eaa70e55d8b9a7ba5980273b8f3de7
1 #ifndef _BSP_INTR_H_
2 #define _BSP_INTR_H_
4 #ifndef __ASSEMBLY__
6 void bsp_irq_unmask(int irq);
7 void bsp_irq_mask(int irq);
8 void bsp_irq_handle(void);
10 #endif /* __ASSEMBLY__ */
12 #endif /* _BSP_INTR_H_ */