summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal_support/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfatal_support/system.h')
-rw-r--r--testsuites/sptests/spfatal_support/system.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuites/sptests/spfatal_support/system.h b/testsuites/sptests/spfatal_support/system.h
index 1dc0d8b19b..c03b303c2b 100644
--- a/testsuites/sptests/spfatal_support/system.h
+++ b/testsuites/sptests/spfatal_support/system.h
@@ -40,17 +40,6 @@ void Put_Source( rtems_fatal_source source );
void force_error(void);
-/* need some prototypes for test cases */
-
-rtems_device_driver consume_semaphores_initialize(
- rtems_device_major_number major RTEMS_UNUSED,
- rtems_device_minor_number minor RTEMS_UNUSED,
- void *pargp RTEMS_UNUSED
-);
-
-#define CONSUME_SEMAPHORE_DRIVERS \
- { consume_semaphores_initialize, NULL, NULL, NULL, NULL, NULL }
-
#include "testcase.h"
/* configuration information */