32#define BSP_INT_TIMER0 10
33#define BSP_INT_TIMER1 11
34#define BSP_INT_TIMER2 12
35#define BSP_INT_TIMER3 13
36#define BSP_INT_TIMER4 14
37#define BSP_INT_UERR01 15
39#define BSP_INT_DMA0 17
40#define BSP_INT_DMA1 18
41#define BSP_INT_DMA2 19
42#define BSP_INT_DMA3 20
45#define BSP_INT_URXD0 23
46#define BSP_INT_URXD1 24
47#define BSP_INT_USBD 25
48#define BSP_INT_USBH 26
50#define BSP_INT_UTXD0 28
51#define BSP_INT_UTXD1 29
56#elif defined CPU_S3C2410
64#define BSP_nBATT_FLT 7
67#define BSP_INT_TIMER0 10
68#define BSP_INT_TIMER1 11
69#define BSP_INT_TIMER2 12
70#define BSP_INT_TIMER3 13
71#define BSP_INT_TIMER4 14
72#define BSP_INT_UART2 15
74#define BSP_INT_DMA0 17
75#define BSP_INT_DMA1 18
76#define BSP_INT_DMA2 19
77#define BSP_INT_DMA3 20
79#define BSP_INT_SPI0 22
80#define BSP_INT_UART1 23
81#define BSP_INT_USBD 25
82#define BSP_INT_USBH 26
84#define BSP_INT_UART0 28
85#define BSP_INT_SPI1 29
90#error "Undefined Samsung CPU model"
93#define BSP_INTERRUPT_VECTOR_MIN 0
95#define BSP_INTERRUPT_VECTOR_MAX (BSP_MAX_INT - 1)
Header file for the Interrupt Manager Extension.