summaryrefslogtreecommitdiff
path: root/firmware/export/s5l8702.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/s5l8702.h')
-rw-r--r--firmware/export/s5l8702.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/firmware/export/s5l8702.h b/firmware/export/s5l8702.h
index 59170b04ea..6500f69d37 100644
--- a/firmware/export/s5l8702.h
+++ b/firmware/export/s5l8702.h
@@ -750,18 +750,20 @@
750/////INTERRUPTS///// 750/////INTERRUPTS/////
751#define IRQ_TIMER32 7 751#define IRQ_TIMER32 7
752#define IRQ_TIMER 8 752#define IRQ_TIMER 8
753#define IRQ_SPI(i) (9+i) /* TBC */ 753#define IRQ_SPI(i) (9+(i)) /* TBC */
754#define IRQ_SPI0 9 754#define IRQ_SPI0 9
755#define IRQ_SPI1 10 755#define IRQ_SPI1 10
756#define IRQ_SPI2 11 756#define IRQ_SPI2 11
757#define IRQ_LCD 14 757#define IRQ_LCD 14
758#define IRQ_DMAC(d) (16+d) 758#define IRQ_DMAC(d) (16+(d))
759#define IRQ_DMAC0 16 759#define IRQ_DMAC0 16
760#define IRQ_DMAC1 17 760#define IRQ_DMAC1 17
761#define IRQ_USB_FUNC 19 761#define IRQ_USB_FUNC 19
762#define IRQ_I2C 21 /* TBC */ 762#define IRQ_I2C(i) (21+(i))
763#define IRQ_I2C0 21
764#define IRQ_I2C1 22
763#define IRQ_WHEEL 23 765#define IRQ_WHEEL 23
764#define IRQ_UART(i) (24+i) 766#define IRQ_UART(i) (24+(i))
765#define IRQ_UART0 24 767#define IRQ_UART0 24
766#define IRQ_UART1 25 768#define IRQ_UART1 25
767#define IRQ_UART2 26 769#define IRQ_UART2 26