1 /* Interrupt numbers and hardware vectors. */
2 
3 #ifndef _INTERRUPT_H
4 #define _INTERRUPT_H
5 
6 #define NR_IRQ_VECTORS    125
7 
8 #endif /* _INTERRUPT_H */
9