30 #define BSP_INT_TICK 8 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 43 #define BSP_INT_MMC 21 44 #define BSP_INT_SPI 22 45 #define BSP_INT_URXD0 23 46 #define BSP_INT_URXD1 24 47 #define BSP_INT_USBD 25 48 #define BSP_INT_USBH 26 49 #define BSP_INT_IIC 27 50 #define BSP_INT_UTXD0 28 51 #define BSP_INT_UTXD1 29 52 #define BSP_INT_RTC 30 53 #define BSP_INT_ADC 31 54 #define BSP_MAX_INT 32 56 #elif defined CPU_S3C2410 63 #define BSP_EINT8_23 5 64 #define BSP_nBATT_FLT 7 65 #define BSP_INT_TICK 8 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 73 #define BSP_INT_LCD 16 74 #define BSP_INT_DMA0 17 75 #define BSP_INT_DMA1 18 76 #define BSP_INT_DMA2 19 77 #define BSP_INT_DMA3 20 78 #define BSP_INT_SDI 21 79 #define BSP_INT_SPI0 22 80 #define BSP_INT_UART1 23 81 #define BSP_INT_USBD 25 82 #define BSP_INT_USBH 26 83 #define BSP_INT_IIC 27 84 #define BSP_INT_UART0 28 85 #define BSP_INT_SPI1 29 86 #define BSP_INT_RTC 30 87 #define BSP_INT_ADC 31 88 #define BSP_MAX_INT 32 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.