URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-armnommu/] [arch-trio/] [irqs.h] - Rev 1633
Go to most recent revision | Compare with Previous | Blame | View Log
/* * linux/include/asm-arm/arch-a5k/irqs.h * * Copyright (C) 1996 Russell King */ #define IRQ_FIQ 0 #define IRQ_WD 1 #define IRQ_SWI 2 #define IRQ_USARTA 3 #define IRQ_TC0 4 #define IRQ_TC1 5 #define IRQ_TC2 6 #define IRQ_PIOA 7 #define IRQ_LCD 8 #define IRQ_SPI 9 #define IRQ_EXT0 10 #define IRQ_EXT1 11 #define IRQ_OAKA 12 #define IRQ_OAKB 13 #define IRQ_USARTB 14 #define IRQ_PIOB 15
Go to most recent revision | Compare with Previous | Blame | View Log