summaryrefslogtreecommitdiff
path: root/irq_test/irqforce.c
diff options
context:
space:
mode:
Diffstat (limited to 'irq_test/irqforce.c')
-rw-r--r--irq_test/irqforce.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/irq_test/irqforce.c b/irq_test/irqforce.c
index 78ae91a..ad46b8b 100644
--- a/irq_test/irqforce.c
+++ b/irq_test/irqforce.c
@@ -1,6 +1,14 @@
+/*
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
#include <bsp.h>
-irqforce(int irq)
+void irqforce(int irq)
{
ERC32_Unmask_interrupt(irq);
ERC32_Force_interrupt(irq);