summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-28 21:09:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-28 21:09:13 +0000
commit152a28418871061a20dabfc4c73990b96cf18e93 (patch)
tree1f5a2c1add0875a0631adc68fe19d5e83255e15e /testsuites/support/include
parent2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-152a28418871061a20dabfc4c73990b96cf18e93.tar.bz2
2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, support/include/test_support.h: * support/src/locked_print.c: New file.
Diffstat (limited to 'testsuites/support/include')
-rw-r--r--testsuites/support/include/test_support.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/testsuites/support/include/test_support.h b/testsuites/support/include/test_support.h
index 412226c9fe..8329f7f803 100644
--- a/testsuites/support/include/test_support.h
+++ b/testsuites/support/include/test_support.h
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2010.
+ * COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -80,6 +80,15 @@ void rtems_time_test_measure_operation(
int overhead
);
+/*********************************************************************/
+/*********************************************************************/
+/************** TEST SUPPORT **************/
+/*********************************************************************/
+/*********************************************************************/
+extern void locked_print_init(void);
+extern void locked_printf(const char *fmt, ...);
+extern void locked_printk(const char *fmt, ...);
+
#ifdef __cplusplus
};
#endif