forked from Imagelibrary/rtems
mips/shared/gdbstub/mips-stub.c: Add prototype to stay self contained
This commit is contained in:
@@ -211,6 +211,12 @@ extern void putDebugChar (char);
|
|||||||
* Exception handler
|
* Exception handler
|
||||||
*/
|
*/
|
||||||
void handle_exception (rtems_vector_number vector, CPU_Interrupt_frame *frame);
|
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
|
* The following definitions are used for the gdb stub memory map
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user