From 9c8838f1e15a1fb0563b73ab48f0ed10fd2f120a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 Nov 2002 14:29:02 +0000 Subject: 2002-11-04 Joel Sherrill * mpc8260/console-generic/console-generic.c, mpc8260/cpm/dpram.c, mpc8260/exceptions/raw_exception.c, mpc8xx/exceptions/raw_exception.c: Removed warnings. --- c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c') diff --git a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c index aac37de08a..76068244e1 100644 --- a/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c +++ b/c/src/lib/libcpu/powerpc/mpc8260/exceptions/raw_exception.c @@ -32,6 +32,8 @@ 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; +void * codemove(void *, const void *, unsigned int, unsigned long); + int mpc8260_vector_is_valid(rtems_vector vector) { switch(vector) { -- cgit v1.2.3