Add missing prototypes.

This commit is contained in:
Ralf Corsepius
2008-08-18 07:32:10 +00:00
parent cbab73fa1b
commit 3a3f3023ed
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ void bsp_start( void )
{
extern void _sys_exit(int);
extern int WorkspaceBase;
extern void mips_install_isr_entries();
extern void mips_install_isr_entries(void);
extern void mips_gdb_stub_install(void);
/* HACK -- tied to value linkcmds */

View File

@@ -1440,7 +1440,7 @@ void handle_exception (rtems_vector_number vector, CPU_Interrupt_frame *frame)
*/
{
extern void clear_cache();
extern void clear_cache(void);
clear_cache();
}