minix/include/arch/arm/include/interrupt.h
2012-08-28 13:49:27 -04:00

9 lines
146 B
C

/* Interrupt numbers and hardware vectors. */
#ifndef _INTERRUPT_H
#define _INTERRUPT_H
#define NR_IRQ_VECTORS 96
#endif /* _INTERRUPT_H */