Changeset e313551 in rtems
- Timestamp:
- 02/22/11 10:58:44 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- a32020ad
- Parents:
- 571ccfc
- Location:
- testsuites
- Files:
-
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/psxtmtests/psxtmmutex02/init.c
r571ccfc re313551 9 9 * $Id$ 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include "config.h" 14 #endif 11 15 12 16 #include <coverhd.h> -
testsuites/psxtmtests/psxtmthread01/init.c
r571ccfc re313551 9 9 * $Id$ 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include "config.h" 14 #endif 11 15 12 16 #include <coverhd.h> -
testsuites/psxtmtests/psxtmthread03/init.c
r571ccfc re313551 9 9 * $Id$ 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 #include "config.h" 14 #endif 11 15 12 16 #include <coverhd.h> -
testsuites/samples/base_mp/apptask.c
r571ccfc re313551 20 20 */ 21 21 22 #ifdef HAVE_CONFIG_H 23 #include "config.h" 24 #endif 25 22 26 #include "system.h" 23 27 #include <stdio.h> -
testsuites/samples/base_mp/init.c
r571ccfc re313551 20 20 * $Id$ 21 21 */ 22 23 #ifdef HAVE_CONFIG_H 24 #include "config.h" 25 #endif 22 26 23 27 #define CONFIGURE_INIT -
testsuites/samples/base_sp/apptask.c
r571ccfc re313551 18 18 * $Id$ 19 19 */ 20 21 #ifdef HAVE_CONFIG_H 22 #include "config.h" 23 #endif 20 24 21 25 #include "system.h" -
testsuites/samples/base_sp/init.c
r571ccfc re313551 20 20 * $Id$ 21 21 */ 22 23 #ifdef HAVE_CONFIG_H 24 #include "config.h" 25 #endif 22 26 23 27 #define CONFIGURE_INIT -
testsuites/samples/capture/init.c
r571ccfc re313551 22 22 23 23 #define CONFIGURE_INIT 24 25 #ifdef HAVE_CONFIG_H 26 #include "config.h" 27 #endif 24 28 25 29 #include "system.h" -
testsuites/samples/capture/test1.c
r571ccfc re313551 17 17 * $Id$ 18 18 */ 19 20 #ifdef HAVE_CONFIG_H 21 #include "config.h" 22 #endif 19 23 20 24 #include "system.h" -
testsuites/samples/cdtest/init.c
r571ccfc re313551 21 21 */ 22 22 23 #ifdef HAVE_CONFIG_H 24 #include "config.h" 25 #endif 26 23 27 #define CONFIGURE_INIT 24 28 #include "system.h" -
testsuites/samples/fileio/init.c
r571ccfc re313551 20 20 * $Id$ 21 21 */ 22 23 #ifdef HAVE_CONFIG_H 24 #include "config.h" 25 #endif 22 26 23 27 #define CONFIGURE_INIT -
testsuites/samples/hello/init.c
r571ccfc re313551 20 20 * $Id$ 21 21 */ 22 23 #ifdef HAVE_CONFIG_H 24 #include "config.h" 25 #endif 22 26 23 27 #include <bsp.h> /* for device driver prototypes */ -
testsuites/samples/loopback/init.c
r571ccfc re313551 2 2 * $Id$ 3 3 */ 4 5 #ifdef HAVE_CONFIG_H 6 #include "config.h" 7 #endif 4 8 5 9 #include <bsp.h> -
testsuites/samples/minimum/init.c
r571ccfc re313551 12 12 13 13 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 14 15 #ifdef HAVE_CONFIG_H 16 #include "config.h" 17 #endif 14 18 15 19 #include <bsp.h> -
testsuites/samples/nsecs/empty.c
r571ccfc re313551 9 9 */ 10 10 11 #ifdef HAVE_CONFIG_H 12 #include "config.h" 13 #endif 14 11 15 /* put here hoping it won't get inlined */ 12 16 void dummy_function_empty_body_to_force_call(void) {} -
testsuites/samples/nsecs/init.c
r571ccfc re313551 14 14 15 15 #define CONFIGURE_INIT 16 17 #ifdef HAVE_CONFIG_H 18 #include "config.h" 19 #endif 16 20 17 21 #include <rtems.h> -
testsuites/samples/paranoia/init.c
r571ccfc re313551 20 20 * $Id$ 21 21 */ 22 23 #ifdef HAVE_CONFIG_H 24 #include "config.h" 25 #endif 22 26 23 27 #define CONFIGURE_INIT -
testsuites/samples/paranoia/paranoia.c
r571ccfc re313551 1 #ifdef HAVE_CONFIG_H 2 #include "config.h" 3 #endif 4 1 5 #include <bsp.h> 2 6 #if !BSP_SMALL_MEMORY -
testsuites/samples/pppd/init.c
r571ccfc re313551 1 #ifdef HAVE_CONFIG_H 2 #include "config.h" 3 #endif 4 1 5 2 6 #include <stdio.h> -
testsuites/samples/pppd/pppdapp.c
r571ccfc re313551 1 #ifdef HAVE_CONFIG_H 2 #include "config.h" 3 #endif 4 1 5 2 6 #include <bsp.h> -
testsuites/samples/ticker/init.c
r571ccfc re313551 20 20 * $Id$ 21 21 */ 22 23 #ifdef HAVE_CONFIG_H 24 #include "config.h" 25 #endif 22 26 23 27 #define CONFIGURE_INIT -
testsuites/samples/ticker/tasks.c
r571ccfc re313551 17 17 * $Id$ 18 18 */ 19 20 #ifdef HAVE_CONFIG_H 21 #include "config.h" 22 #endif 19 23 20 24 #include "system.h" -
testsuites/samples/unlimited/init.c
r571ccfc re313551 20 20 * $Id$ 21 21 */ 22 23 #ifdef HAVE_CONFIG_H 24 #include "config.h" 25 #endif 22 26 23 27 #define CONFIGURE_INIT -
testsuites/samples/unlimited/test1.c
r571ccfc re313551 17 17 * $Id$ 18 18 */ 19 20 #ifdef HAVE_CONFIG_H 21 #include "config.h" 22 #endif 19 23 20 24 #include <inttypes.h> -
testsuites/samples/unlimited/test2.c
r571ccfc re313551 20 20 * $Id$ 21 21 */ 22 23 #ifdef HAVE_CONFIG_H 24 #include "config.h" 25 #endif 22 26 23 27 #include <inttypes.h> -
testsuites/samples/unlimited/test3.c
r571ccfc re313551 20 20 * $Id$ 21 21 */ 22 23 #ifdef HAVE_CONFIG_H 24 #include "config.h" 25 #endif 22 26 23 27 #include <inttypes.h>
Note: See TracChangeset
for help on using the changeset viewer.