mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
Add missing prototypes.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user