m32r/cpu_asm.c: Add prototype to fix warning

This commit is contained in:
Joel Sherrill
2014-10-08 15:11:11 -05:00
parent 60ec7a663e
commit a3ae261a14

View File

@@ -28,6 +28,11 @@
#include <rtems/system.h>
#include <rtems/score/cpu.h>
/*
* Prototypes
*/
void _ISR_Handler(void);
/* void __ISR_Handler()
*
* This routine provides the RTEMS interrupt management.