[PATCH 09/34] cpukit/score/cpu/lm32/irq.c: Fix warning
Joel Sherrill
joel.sherrill at oarcorp.com
Mon Oct 20 20:34:11 UTC 2014
---
cpukit/score/cpu/lm32/irq.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/cpukit/score/cpu/lm32/irq.c b/cpukit/score/cpu/lm32/irq.c
index 5ea3b04..1c50b11 100644
--- a/cpukit/score/cpu/lm32/irq.c
+++ b/cpukit/score/cpu/lm32/irq.c
@@ -29,6 +29,12 @@ void *_exception_stack_frame;
register unsigned long *stack_ptr __asm__ ("sp");
+/*
+ * Prototypes for routines called from assembly that we don't want in
+ * the public name space.
+ */
+void __ISR_Handler(uint32_t vector, CPU_Interrupt_frame *ifr);
+
void __ISR_Handler(uint32_t vector, CPU_Interrupt_frame *ifr)
{
register uint32_t level;
--
1.9.3
More information about the devel
mailing list