Changeset c8fea7a in rtems
- Timestamp:
- 04/01/04 15:16:23 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e8064503
- Parents:
- 80450c7
- Location:
- testsuites/samples
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/ChangeLog
r80450c7 rc8fea7a 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 4 * base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 5 * cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 6 * fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 7 * hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 8 * loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 9 * minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. 10 * paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 11 * pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 12 * ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 13 * unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. 14 1 15 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 16 -
testsuites/samples/base_mp/system.h
r80450c7 rc8fea7a 43 43 */ 44 44 45 #include < confdefs.h>45 #include <rtems/confdefs.h> 46 46 47 47 /* end of include file */ -
testsuites/samples/base_sp/system.h
r80450c7 rc8fea7a 36 36 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 37 37 38 #include < confdefs.h>38 #include <rtems/confdefs.h> 39 39 40 40 /* end of include file */ -
testsuites/samples/cdtest/system.h
r80450c7 rc8fea7a 36 36 #define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' ) 37 37 38 #include < confdefs.h>38 #include <rtems/confdefs.h> 39 39 40 40 /* end of include file */ -
testsuites/samples/fileio/system.h
r80450c7 rc8fea7a 69 69 #define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE) 70 70 71 #include < confdefs.h>71 #include <rtems/confdefs.h> 72 72 73 73 /* -
testsuites/samples/hello/system.h
r80450c7 rc8fea7a 34 34 #define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM 35 35 36 #include < confdefs.h>36 #include <rtems/confdefs.h> 37 37 38 38 /* end of include file */ -
testsuites/samples/loopback/init.c
r80450c7 rc8fea7a 24 24 rtems_task Init(rtems_task_argument argument); 25 25 26 #include < confdefs.h>26 #include <rtems/confdefs.h> 27 27 28 28 #include <rtems/rtems_bsdnet.h> -
testsuites/samples/minimum/init.c
r80450c7 rc8fea7a 36 36 #define CONFIGURE_INIT 37 37 38 #include < confdefs.h>38 #include <rtems/confdefs.h> 39 39 40 40 /* global variables */ -
testsuites/samples/paranoia/system.h
r80450c7 rc8fea7a 37 37 #define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE) 38 38 39 #include < confdefs.h>39 #include <rtems/confdefs.h> 40 40 41 41 /* end of include file */ -
testsuites/samples/pppd/system.h
r80450c7 rc8fea7a 46 46 RTEMS_INTERRUPT_LEVEL(0)) 47 47 48 #include < confdefs.h>48 #include <rtems/confdefs.h> 49 49 50 50 #endif -
testsuites/samples/ticker/system.h
r80450c7 rc8fea7a 49 49 #define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE) 50 50 51 #include < confdefs.h>51 #include <rtems/confdefs.h> 52 52 53 53 /* -
testsuites/samples/unlimited/system.h
r80450c7 rc8fea7a 52 52 53 53 54 #include < confdefs.h>54 #include <rtems/confdefs.h> 55 55 56 56 /*
Note: See TracChangeset
for help on using the changeset viewer.