Changeset 297d99b1 in rtems
- Timestamp:
- 04/13/04 14:58:07 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3411bac
- Parents:
- b2f04bd7
- Location:
- c/src/lib/libcpu/powerpc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/powerpc/ChangeLog
rb2f04bd7 r297d99b1 1 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * mpc5xx/clock/clock.c, mpc5xx/irq/irq_asm.S, mpc5xx/vectors/vectors.S: 4 Reflect new locations of cpukit headers. 5 1 6 2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libcpu/powerpc/mpc5xx/clock/clock.c
rb2f04bd7 r297d99b1 43 43 44 44 #include <rtems.h> 45 #include < clockdrv.h>45 #include <rtems/clockdrv.h> 46 46 #include <rtems/libio.h> 47 47 #include <libcpu/irq.h> -
c/src/lib/libcpu/powerpc/mpc5xx/irq/irq_asm.S
rb2f04bd7 r297d99b1 25 25 */ 26 26 27 #include < asm.h>27 #include <rtems/asm.h> 28 28 #include <rtems/score/cpu.h> 29 29 #include <libcpu/vectors.h> -
c/src/lib/libcpu/powerpc/mpc5xx/vectors/vectors.S
rb2f04bd7 r297d99b1 16 16 */ 17 17 18 #include < asm.h>18 #include <rtems/asm.h> 19 19 #include <rtems/score/cpu.h> 20 20 #include <libcpu/vectors.h>
Note: See TracChangeset
for help on using the changeset viewer.