2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>

* librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
	* librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
	* librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
	* libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
	* libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
	* libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
	* libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 10:17:32 +00:00
parent 6c7c65d2dd
commit 4caeb1062d
8 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* librdbg/src/i386/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
* librdbg/src/m68k/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
* librdbg/src/powerpc/rdbg_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
* libchip/ide/ata.c: Include <rtems/chain.h> instead of <chain.h>.
* libchip/ide/ide_controller.c: Include <rtems/chain.h> instead of <chain.h>.
* libchip/shmdr/shm_driver.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
* libchip/serial/ns16550.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* libchip/ide/ata.c, libchip/network/dec21140.c, * libchip/ide/ata.c, libchip/network/dec21140.c,

View File

@@ -16,7 +16,7 @@
* *
*/ */
#include <errno.h> #include <errno.h>
#include <chain.h> #include <rtems/chain.h>
#include <assert.h> #include <assert.h>
#include <string.h> /* for "memset" declaration */ #include <string.h> /* for "memset" declaration */

View File

@@ -14,7 +14,7 @@
* $Id$ * $Id$
* *
*/ */
#include <chain.h> #include <rtems/chain.h>
#include <assert.h> #include <assert.h>
#include <rtems/blkdev.h> #include <rtems/blkdev.h>

View File

@@ -23,7 +23,7 @@
#include <rtems.h> #include <rtems.h>
#include <rtems/libio.h> #include <rtems/libio.h>
#include <stdlib.h> #include <stdlib.h>
#include <ringbuf.h> #include <rtems/ringbuf.h>
#include <libchip/serial.h> #include <libchip/serial.h>
#include <libchip/sersupp.h> #include <libchip/sersupp.h>

View File

@@ -19,7 +19,7 @@
#ifndef __SHM_h #ifndef __SHM_h
#define __SHM_h #define __SHM_h
#include <clockdrv.h> #include <rtems/clockdrv.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View File

@@ -7,7 +7,7 @@
* *
*/ */
#include <asm.h> #include <rtems/asm.h>
BEGIN_CODE BEGIN_CODE

View File

@@ -7,7 +7,7 @@
* *
*/ */
#include <asm.h> #include <rtems/asm.h>
#include <rtems/score/cpu.h> #include <rtems/score/cpu.h>
BEGIN_CODE BEGIN_CODE

View File

@@ -7,7 +7,7 @@
* *
*/ */
#include <asm.h> #include <rtems/asm.h>
#include <rtems/score/cpu.h> #include <rtems/score/cpu.h>
#include <libcpu/io.h> #include <libcpu/io.h>