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

* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
	* vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
	* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
	* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 10:10:49 +00:00
parent fb7a1412b3
commit 152c523c4a
8 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,10 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
* vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h, include/canbus.h, include/info.h,

View File

@@ -24,8 +24,8 @@ extern "C" {
#include <bspopts.h>
#include <rtems.h>
#include <console.h>
#include <clockdrv.h>
#include <rtems/console.h>
#include <rtems/clockdrv.h>
#include <mpc8xx.h>
#include <mpc8xx/cpm.h>
#include <mpc8xx/mmu.h>

View File

@@ -16,7 +16,7 @@
* $Id$
*/
#include <asm.h>
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <bsp/vectors.h>
#include <libcpu/raw_exception.h>

View File

@@ -10,7 +10,7 @@
#include <asm.h>
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <bsp/vectors.h>

View File

@@ -1,3 +1,10 @@
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
* vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* console/console.c, ide/pcmcia_ide.c, network/network.c,

View File

@@ -24,8 +24,8 @@ extern "C" {
#include <bspopts.h>
#include <rtems.h>
#include <console.h>
#include <clockdrv.h>
#include <rtems/console.h>
#include <rtems/clockdrv.h>
#include <mpc8xx.h>
#include <mpc8xx/cpm.h>
#include <mpc8xx/mmu.h>

View File

@@ -16,7 +16,7 @@
* $Id$
*/
#include <asm.h>
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <bsp/vectors.h>
#include <libcpu/raw_exception.h>

View File

@@ -10,7 +10,7 @@
#include <asm.h>
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <bsp/vectors.h>