* base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.

* base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
	* unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 15:16:23 +00:00
parent 80450c7074
commit c8fea7a402
12 changed files with 25 additions and 11 deletions

View File

@@ -1,3 +1,17 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* base_mp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* base_sp/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* cdtest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* fileio/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* hello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* loopback/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* minimum/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
* paranoia/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* pppd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* ticker/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* unlimited/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.

View File

@@ -42,6 +42,6 @@ rtems_task Application_task(
* Put the overrides of default configuration parameters here.
*/
#include <confdefs.h>
#include <rtems/confdefs.h>
/* end of include file */

View File

@@ -35,6 +35,6 @@ rtems_task Application_task(
#define CONFIGURE_MAXIMUM_TASKS 2
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#include <confdefs.h>
#include <rtems/confdefs.h>
/* end of include file */

View File

@@ -35,6 +35,6 @@ rtems_task main_task(
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task
#define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' )
#include <confdefs.h>
#include <rtems/confdefs.h>
/* end of include file */

View File

@@ -68,7 +68,7 @@ int rtems_bdbuf_configuration_size =( sizeof(rtems_bdbuf_configuration)
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>
#include <rtems/confdefs.h>
/*
* Handy macros and static inline functions

View File

@@ -33,6 +33,6 @@ rtems_task Init(
#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
#include <confdefs.h>
#include <rtems/confdefs.h>
/* end of include file */

View File

@@ -23,7 +23,7 @@
#define CONFIGURE_INIT
rtems_task Init(rtems_task_argument argument);
#include <confdefs.h>
#include <rtems/confdefs.h>
#include <rtems/rtems_bsdnet.h>
#include <rtems/error.h>

View File

@@ -35,7 +35,7 @@ rtems_task Init(
#define CONFIGURE_INIT
#include <confdefs.h>
#include <rtems/confdefs.h>
/* global variables */

View File

@@ -36,6 +36,6 @@ rtems_task Init(
#define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>
#include <rtems/confdefs.h>
/* end of include file */

View File

@@ -45,6 +45,6 @@ rtems_driver_address_table Device_drivers[5] = {
RTEMS_NO_ASR | \
RTEMS_INTERRUPT_LEVEL(0))
#include <confdefs.h>
#include <rtems/confdefs.h>
#endif

View File

@@ -48,7 +48,7 @@ extern rtems_name Task_name[ 4 ]; /* array of task names */
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>
#include <rtems/confdefs.h>
/*
* Handy macros and static inline functions

View File

@@ -51,7 +51,7 @@ void test3();
#define CONFIGURE_EXTRA_TASK_STACKS (62 * RTEMS_MINIMUM_STACK_SIZE)
#include <confdefs.h>
#include <rtems/confdefs.h>
/*
* Keep track of the task id's created, use a large array.