summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/irq.h
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:21:28 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-22 14:21:28 +0200
commit37e96f83bca38c26179b38d0130b0462ae09bb50 (patch)
tree92de76f99e9358996c452256a53fdafb412a748e /arch/blackfin/include/asm/irq.h
parentf6a579da9c6c3e2d776f9251bcc727f6e17c0a11 (diff)
downloadbarebox-37e96f83bca38c26179b38d0130b0462ae09bb50.tar.gz
barebox-37e96f83bca38c26179b38d0130b0462ae09bb50.tar.xz
[BLACKFIN] move include/asm-blackfin to arch/blackfin/include/asm
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/blackfin/include/asm/irq.h')
-rw-r--r--arch/blackfin/include/asm/irq.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/irq.h b/arch/blackfin/include/asm/irq.h
new file mode 100644
index 0000000000..27da595425
--- /dev/null
+++ b/arch/blackfin/include/asm/irq.h
@@ -0,0 +1,8 @@
+
+#define IRQ_EMU 0 /* Emulation */
+#define IRQ_RST 1 /* reset */
+#define IRQ_NMI 2 /* Non Maskable */
+#define IRQ_EVX 3 /* Exception */
+#define IRQ_UNUSED 4 /* - unused interrupt */
+#define IRQ_HWERR 5 /* Hardware Error */
+#define IRQ_CORETMR 6 /* Core timer */