2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>

* configure.ac, support/include/test_support.h:
	* support/src/locked_print.c: New file.
This commit is contained in:
Joel Sherrill
2011-06-28 21:09:13 +00:00
parent e049eeae90
commit 152a284188
4 changed files with 106 additions and 1 deletions

View File

@@ -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