summaryrefslogtreecommitdiffstats
path: root/bsps/sh/shared/start/bsphwinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/shared/start/bsphwinit.c')
-rw-r--r--bsps/sh/shared/start/bsphwinit.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/bsps/sh/shared/start/bsphwinit.c b/bsps/sh/shared/start/bsphwinit.c
new file mode 100644
index 0000000000..2e9bd2eacd
--- /dev/null
+++ b/bsps/sh/shared/start/bsphwinit.c
@@ -0,0 +1,18 @@
+/*
+ * This is a dummy bsp_hw_init routine.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
+ * 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 <bsp.h>
+
+void bsp_hw_init( void )
+{
+}