summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/shared/bootloader/head.S
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:11:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:11:27 +0000
commitb7768c55e244a181c224dfb2665a7550dfdb1b78 (patch)
tree71a8ec81def58059f7858c4a0bcd93fce7be16d5 /c/src/lib/libbsp/powerpc/shared/bootloader/head.S
parent2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-b7768c55e244a181c224dfb2665a7550dfdb1b78.tar.bz2
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* bootloader/exception.S: Include <rtems/asm.h> instead of <asm.h>. * bootloader/head.S: Include <rtems/asm.h> instead of <asm.h>. * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>. * start/rtems_crti.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.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>.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/shared/bootloader/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/head.S b/c/src/lib/libbsp/powerpc/shared/bootloader/head.S
index 3d5d010fb5..b0eeb0e550 100644
--- a/c/src/lib/libbsp/powerpc/shared/bootloader/head.S
+++ b/c/src/lib/libbsp/powerpc/shared/bootloader/head.S
@@ -15,7 +15,7 @@
* $Id$
*/
-#include <asm.h>
+#include <rtems/asm.h>
#include <rtems/score/cpu.h>
#include "bootldr.h"