Changeset b2f04bd7 in rtems
- Timestamp:
- 04/13/04 14:55:03 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 297d99b1
- Parents:
- fce4a52
- Location:
- c/src/lib/libbsp/powerpc/ss555
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/ss555/ChangeLog
rfce4a52 rb2f04bd7 1 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * include/bsp.h, startup/start.S: Reflect new locations of cpukit headers. 4 1 5 2004-04-12 David Querbach <querbach@realtime.bc.ca> 2 6 -
c/src/lib/libbsp/powerpc/ss555/include/bsp.h
rfce4a52 rb2f04bd7 31 31 32 32 #include <rtems.h> 33 #include < console.h>34 #include < clockdrv.h>33 #include <rtems/console.h> 34 #include <rtems/clockdrv.h> 35 35 #include <mpc5xx.h> 36 36 #include <mpc5xx/console.h> -
c/src/lib/libbsp/powerpc/ss555/startup/start.S
rfce4a52 rb2f04bd7 50 50 */ 51 51 52 #include "asm.h"52 #include <rtems/asm.h> 53 53 #include <rtems/powerpc/registers.h> 54 54
Note: See TracChangeset
for help on using the changeset viewer.