[rtems commit] m32r/cpu_asm.c: Add prototype to fix warning

Joel Sherrill joel at rtems.org
Thu Oct 9 15:03:39 UTC 2014


Module:    rtems
Branch:    master
Commit:    a3ae261a143a0854a1f591db281287dd0b39bbad
Changeset: http://git.rtems.org/rtems/commit/?id=a3ae261a143a0854a1f591db281287dd0b39bbad

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Wed Oct  8 15:11:11 2014 -0500

m32r/cpu_asm.c: Add prototype to fix warning

---

 cpukit/score/cpu/m32r/cpu_asm.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/cpukit/score/cpu/m32r/cpu_asm.c b/cpukit/score/cpu/m32r/cpu_asm.c
index d47266b..f808f42 100644
--- a/cpukit/score/cpu/m32r/cpu_asm.c
+++ b/cpukit/score/cpu/m32r/cpu_asm.c
@@ -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.



More information about the vc mailing list