mpc8260ads - Eliminate any set_vector() remnants

This commit is contained in:
Joel Sherrill
2012-05-08 13:36:10 -05:00
parent 6620a8a8d1
commit 96ec7264f0

View File

@@ -81,12 +81,6 @@ void *M8260AllocateRiscTimers( int count );
extern char M8260DefaultWatchdogFeeder;
#endif
rtems_isr_entry set_vector( /* returns old vector */
rtems_isr_entry handler, /* isr routine */
rtems_vector_number vector, /* vector number */
int type /* RTEMS or RAW intr */
);
#ifdef __cplusplus
}
#endif