summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-29 07:42:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-29 07:42:55 +0000
commit787114813b6c5e105d4f045c42fbaf9ae01ae370 (patch)
tree77a03e55f4342a7f86a7f58c023afbc9ff929d5e /testsuites
parent2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-787114813b6c5e105d4f045c42fbaf9ae01ae370.tar.bz2
Add local prototype for rtems_interrupt_level_attribute.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/sp37/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/sptests/sp37/init.c b/testsuites/sptests/sp37/init.c
index 9ca5b3f06e..0575d88910 100644
--- a/testsuites/sptests/sp37/init.c
+++ b/testsuites/sptests/sp37/init.c
@@ -16,6 +16,9 @@
#define CONFIGURE_INIT
#include "system.h"
+/* HACK: API visibilty violation */
+extern rtems_attribute rtems_interrupt_level_attribute(uint32_t level);
+
/* prototypes */
void test_interrupt_inline(void);
void check_isr_in_progress_inline(void);