mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
* cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
* malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>. * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>. * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
* termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
|
||||
|
||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
|
||||
|
||||
@@ -51,7 +51,7 @@ void Task_switch(
|
||||
|
||||
#define CONFIGURE_EXTRA_TASK_STACKS (6 * RTEMS_MINIMUM_STACK_SIZE)
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ void blow_stack( void );
|
||||
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ void Get_all_counters( void );
|
||||
(6 * (3 * RTEMS_MINIMUM_STACK_SIZE)) /* our tasks */ + \
|
||||
(1 * RTEMS_MINIMUM_STACK_SIZE) /* monitor tasks */
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ rtems_task Init(
|
||||
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
|
||||
@@ -130,6 +130,6 @@ class Io_during_interrupt
|
||||
|
||||
#define CONFIGURE_EXTRA_TASK_STACKS (3 * RTEMS_MINIMUM_STACK_SIZE)
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* end of include file */
|
||||
|
||||
@@ -47,7 +47,7 @@ void Get_all_counters( void );
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_EXTRA_TASK_STACKS (20 * RTEMS_MINIMUM_STACK_SIZE)
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ void blow_stack( void );
|
||||
|
||||
#define STACK_CHECKER_ON
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
/* global variables */
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
rtems_task Init (rtems_task_argument argument);
|
||||
|
||||
#include <confdefs.h>
|
||||
#include <rtems/confdefs.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user