summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-04 14:29:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-04 14:29:02 +0000
commit9c8838f1e15a1fb0563b73ab48f0ed10fd2f120a (patch)
treea9c968d42659e49b133238713df78d6bb1e3e078 /c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
parent2002-11-04 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9c8838f1e15a1fb0563b73ab48f0ed10fd2f120a.tar.bz2
2002-11-04 Joel Sherrill <joel@OARcorp.com>
* mpc8260/console-generic/console-generic.c, mpc8260/cpm/dpram.c, mpc8260/exceptions/raw_exception.c, mpc8xx/exceptions/raw_exception.c: Removed warnings.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
index 16046179d5..462690bcb0 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/exceptions/raw_exception.c
@@ -26,6 +26,8 @@
#include <rtems/bspIo.h> /* for printk */
#include <string.h>
+void * codemove(void *, const void *, unsigned int, unsigned long);
+
static rtems_raw_except_connect_data* raw_except_table;
static rtems_raw_except_connect_data default_raw_except_entry;
static rtems_raw_except_global_settings* local_settings;