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.
This commit is contained in:
Joel Sherrill
2002-11-04 14:29:02 +00:00
parent ae8c709ea4
commit 9c8838f1e1
5 changed files with 26 additions and 12 deletions

View File

@@ -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) {