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

* include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
This commit is contained in:
Ralf Corsepius
2004-04-13 14:55:03 +00:00
parent fce4a521ca
commit b2f04bd76e
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h, startup/start.S: Reflect new locations of cpukit headers.
2004-04-12 David Querbach <querbach@realtime.bc.ca>
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,

View File

@@ -30,8 +30,8 @@ extern "C" {
#include <bspopts.h>
#include <rtems.h>
#include <console.h>
#include <clockdrv.h>
#include <rtems/console.h>
#include <rtems/clockdrv.h>
#include <mpc5xx.h>
#include <mpc5xx/console.h>
#include <libcpu/vectors.h>

View File

@@ -49,7 +49,7 @@
* Copyright (C) 2004, Real-Time Systems Inc. (querbach@realtime.bc.ca)
*/
#include "asm.h"
#include <rtems/asm.h>
#include <rtems/powerpc/registers.h>
/*