summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:10:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-01 10:10:49 +0000
commit152c523c4a8f58bac90e02cb706600232197673b (patch)
treebe05dc328af86b653bbb93277798bd0bb0d786ac /c/src/lib/libbsp/powerpc/mbx8xx/include
parent2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-152c523c4a8f58bac90e02cb706600232197673b.tar.bz2
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>.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/include')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
index 75a82a690a..b86bbd8e31 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/include/bsp.h
@@ -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>