mips/shared/gdbstub/mips-stub.c: Add prototype to stay self contained

This commit is contained in:
Joel Sherrill
2014-10-14 15:23:03 -05:00
parent 494d2f1ff8
commit 39afee9c16

View File

@@ -211,6 +211,12 @@ extern void putDebugChar (char);
* Exception handler
*/
void handle_exception (rtems_vector_number vector, CPU_Interrupt_frame *frame);
/*
* Prototype needed by this code and to keep it self contained.
*.
void rtems_interrupt_catch( rtems_isr_entry, int, rtems_isr_entry *);
/*
* The following definitions are used for the gdb stub memory map
*/