summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp07/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp07/system.h')
-rw-r--r--testsuites/sptests/sp07/system.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuites/sptests/sp07/system.h b/testsuites/sptests/sp07/system.h
index 67d01b96e2..0730137b7f 100644
--- a/testsuites/sptests/sp07/system.h
+++ b/testsuites/sptests/sp07/system.h
@@ -15,6 +15,16 @@
#include <tmacros.h>
+/* buffered IO */
+
+void buffered_io_initialize( void );
+
+void buffered_io_flush(void);
+
+void buffered_io_add_string( char *s );
+
+/* end of buffered IO */
+
/* functions */
rtems_task Init(