summaryrefslogtreecommitdiff
path: root/include/bsp/arm-a9mpcore-irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bsp/arm-a9mpcore-irq.h')
-rw-r--r--include/bsp/arm-a9mpcore-irq.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/include/bsp/arm-a9mpcore-irq.h b/include/bsp/arm-a9mpcore-irq.h
new file mode 100644
index 0000000000..f0d3c1b983
--- /dev/null
+++ b/include/bsp/arm-a9mpcore-irq.h
@@ -0,0 +1,40 @@
+/**
+ * @file
+ *
+ * @ingroup arm_shared
+ *
+ * @brief ARM_A9MPCORE_IRQ Support
+ */
+
+/*
+ * Copyright (c) 2013 embedded brains GmbH. All rights reserved.
+ *
+ * embedded brains GmbH
+ * Dornierstr. 4
+ * 82178 Puchheim
+ * Germany
+ * <info@embedded-brains.de>
+ *
+ * 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 LIBBSP_ARM_SHARED_ARM_A9MPCORE_IRQ_H
+#define LIBBSP_ARM_SHARED_ARM_A9MPCORE_IRQ_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+#define A9MPCORE_IRQ_GT 27
+#define A9MPCORE_IRQ_NFIQ 28
+#define A9MPCORE_IRQ_PT 29
+#define A9MPCORE_IRQ_PW 30
+#define A9MPCORE_IRQ_NIRQ 31
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif /* LIBBSP_ARM_SHARED_ARM_A9MPCORE_IRQ_H */