From 787114813b6c5e105d4f045c42fbaf9ae01ae370 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Oct 2009 07:42:55 +0000 Subject: Add local prototype for rtems_interrupt_level_attribute. --- testsuites/sptests/sp37/init.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites') 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); -- cgit v1.2.3