summaryrefslogtreecommitdiff
path: root/arch/xtensa/variants/s6000/include/variant/irq.h
diff options
context:
space:
mode:
authorJohannes Weiner <jw@emlix.com>2009-03-04 16:21:32 +0100
committerChris Zankel <chris@zankel.net>2009-04-02 23:43:36 -0700
commit000af2c5a8913ebd763313d0c9ebc66c2c4765b1 (patch)
tree6dcb884a113e6d90f8d26665b4bdfba067973689 /arch/xtensa/variants/s6000/include/variant/irq.h
parenteff35af9c0c83a24376a67ff88c65679c25c7a51 (diff)
xtensa: s6000 variant
Support for the Stretch S6000 Xtensa core variant. Signed-off-by: Johannes Weiner <jw@emlix.com> Signed-off-by: Oskar Schirmer <os@emlix.com> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/variants/s6000/include/variant/irq.h')
-rw-r--r--arch/xtensa/variants/s6000/include/variant/irq.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/xtensa/variants/s6000/include/variant/irq.h b/arch/xtensa/variants/s6000/include/variant/irq.h
new file mode 100644
index 00000000000..fa031cb0acc
--- /dev/null
+++ b/arch/xtensa/variants/s6000/include/variant/irq.h
@@ -0,0 +1,9 @@
+#ifndef __XTENSA_S6000_IRQ_H
+#define __XTENSA_S6000_IRQ_H
+
+#define NO_IRQ (-1)
+
+extern void variant_irq_enable(unsigned int irq);
+extern void variant_irq_disable(unsigned int irq);
+
+#endif /* __XTENSA_S6000_IRQ_H */