summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/erc32/start/erc32mec.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc/erc32/start/erc32mec.c')
-rw-r--r--bsps/sparc/erc32/start/erc32mec.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/bsps/sparc/erc32/start/erc32mec.c b/bsps/sparc/erc32/start/erc32mec.c
new file mode 100644
index 0000000000..7b0ccbd309
--- /dev/null
+++ b/bsps/sparc/erc32/start/erc32mec.c
@@ -0,0 +1,15 @@
+/*
+ * Put this variable in a separate file so it is only linked in when needed.
+ *
+ * COPYRIGHT (c) 1989-2002.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * 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.
+ */
+
+#include <rtems.h>
+#include <bsp.h>
+
+ERC32_Register_Map ERC32_MEC;