forked from Imagelibrary/rtems
* 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:
@@ -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>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
|
* fileio/init.c: Include <rtems/dosfs.h> instead of <dosfs.h>.
|
||||||
|
|||||||
@@ -42,6 +42,6 @@ rtems_task Application_task(
|
|||||||
* Put the overrides of default configuration parameters here.
|
* Put the overrides of default configuration parameters here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
@@ -35,6 +35,6 @@ rtems_task Application_task(
|
|||||||
#define CONFIGURE_MAXIMUM_TASKS 2
|
#define CONFIGURE_MAXIMUM_TASKS 2
|
||||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
@@ -35,6 +35,6 @@ rtems_task main_task(
|
|||||||
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task
|
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task
|
||||||
#define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' )
|
#define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' )
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ int rtems_bdbuf_configuration_size =( sizeof(rtems_bdbuf_configuration)
|
|||||||
|
|
||||||
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Handy macros and static inline functions
|
* Handy macros and static inline functions
|
||||||
|
|||||||
@@ -33,6 +33,6 @@ rtems_task Init(
|
|||||||
|
|
||||||
#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
|
#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
#define CONFIGURE_INIT
|
#define CONFIGURE_INIT
|
||||||
rtems_task Init(rtems_task_argument argument);
|
rtems_task Init(rtems_task_argument argument);
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|
||||||
#include <rtems/rtems_bsdnet.h>
|
#include <rtems/rtems_bsdnet.h>
|
||||||
#include <rtems/error.h>
|
#include <rtems/error.h>
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ rtems_task Init(
|
|||||||
|
|
||||||
#define CONFIGURE_INIT
|
#define CONFIGURE_INIT
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|
||||||
/* global variables */
|
/* global variables */
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,6 @@ rtems_task Init(
|
|||||||
|
|
||||||
#define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE)
|
#define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE)
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
@@ -45,6 +45,6 @@ rtems_driver_address_table Device_drivers[5] = {
|
|||||||
RTEMS_NO_ASR | \
|
RTEMS_NO_ASR | \
|
||||||
RTEMS_INTERRUPT_LEVEL(0))
|
RTEMS_INTERRUPT_LEVEL(0))
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ extern rtems_name Task_name[ 4 ]; /* array of task names */
|
|||||||
|
|
||||||
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
||||||
|
|
||||||
#include <confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Handy macros and static inline functions
|
* Handy macros and static inline functions
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ void test3();
|
|||||||
#define CONFIGURE_EXTRA_TASK_STACKS (62 * RTEMS_MINIMUM_STACK_SIZE)
|
#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.
|
* Keep track of the task id's created, use a large array.
|
||||||
|
|||||||
Reference in New Issue
Block a user