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

* mpc505/vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
	* mpc6xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
	* mpc6xx/mmu/mmuAsm.S: Include <rtems/asm.h> instead of <asm.h>.
	* mpc8260/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
	* mpc8xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
	* ppc403/vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
	* mpc5xx/exceptions/asm_utils.S: Include <rtems/asm.h> instead of <asm.h>.
	* mpc8260/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
	* mpc8xx/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
	* ppc403/clock/clock.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 10:07:38 +00:00
parent 62b5781b07
commit 11c2382d67
11 changed files with 23 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
* (C) Lancier Monitoring GmbH
*/
#include <asm.h>
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>