summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp39/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp39/init.c')
-rw-r--r--testsuites/sptests/sp39/init.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/testsuites/sptests/sp39/init.c b/testsuites/sptests/sp39/init.c
index 570d6c3f42..fb89137583 100644
--- a/testsuites/sptests/sp39/init.c
+++ b/testsuites/sptests/sp39/init.c
@@ -1,7 +1,7 @@
/*
* Classic API Signal to Task from ISR
*
- * COPYRIGHT (c) 1989-2008.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -14,6 +14,15 @@
#define CONFIGURE_INIT
#include "system.h"
+rtems_timer_service_routine test_event_from_isr(
+ rtems_id timer,
+ void *arg
+);
+rtems_timer_service_routine test_event_with_timeout_from_isr(
+ rtems_id timer,
+ void *arg
+);
+
volatile bool case_hit;
rtems_id main_task;