summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shared/bsphwinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sh/shared/bsphwinit.c')
-rw-r--r--c/src/lib/libbsp/sh/shared/bsphwinit.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/sh/shared/bsphwinit.c b/c/src/lib/libbsp/sh/shared/bsphwinit.c
index 9211d9b064..2e9bd2eacd 100644
--- a/c/src/lib/libbsp/sh/shared/bsphwinit.c
+++ b/c/src/lib/libbsp/sh/shared/bsphwinit.c
@@ -1,7 +1,9 @@
/*
* This is a dummy bsp_hw_init routine.
- *
- * COPYRIGHT (c) 1989-2008.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -9,6 +11,8 @@
* http://www.rtems.org/license/LICENSE.
*/
+#include <bsp.h>
+
void bsp_hw_init( void )
{
}