summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-28 19:43:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-28 19:43:31 +0000
commita89e5002c3e01c28df53bf408ab8d6cccb58c989 (patch)
tree3caa9b138aa52cde896fb812046e1d700e6b55b3 /c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
parent2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-a89e5002c3e01c28df53bf408ab8d6cccb58c989.tar.bz2
2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/bspclean.c, timer/timer.c: Remove warnings.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c b/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
index c4959f8033..84fe3c01b6 100644
--- a/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
+++ b/c/src/lib/libbsp/m68k/mvme147/startup/bspclean.c
@@ -1,7 +1,7 @@
/*
* This routine returns control to 147Bug.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -19,10 +19,10 @@
#include <bsp.h>
#include <rtems/clockdrv.h>
+extern void start( void );
+
void bsp_return_to_monitor_trap(void)
{
- extern void start( void );
-
register volatile void *start_addr;
m68k_set_vbr( 0 ); /* restore 147Bug vectors */