summaryrefslogtreecommitdiff
path: root/include/arm/nds/bsp/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arm/nds/bsp/irq.h')
-rw-r--r--include/arm/nds/bsp/irq.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/arm/nds/bsp/irq.h b/include/arm/nds/bsp/irq.h
new file mode 100644
index 0000000000..aeaccef298
--- /dev/null
+++ b/include/arm/nds/bsp/irq.h
@@ -0,0 +1,21 @@
+/*
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE
+ */
+
+#ifndef __BSP_IRQ_H_
+#define __BSP_IRQ_H_
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+extern void BSP_rtems_irq_mngt_init (void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif