Changeset cbf0e62 in rtems
- Timestamp:
- Apr 1, 2004, 10:10:33 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fb7a141
- Parents:
- d6a0781
- Location:
- c/src/lib/libbsp/powerpc/dmv177
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/dmv177/ChangeLog
rd6a0781 rcbf0e62 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>. 4 * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. 5 * include/bsp.h: Include <rtems/console.h> instead of <console.h>. 6 * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>. 7 * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>. 8 1 9 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> 2 10 -
c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
rd6a0781 rcbf0e62 33 33 #else 34 34 #include <rtems.h> 35 #include < console.h>36 #include < clockdrv.h>37 #include < console.h>38 #include < iosupp.h>35 #include <rtems/console.h> 36 #include <rtems/clockdrv.h> 37 #include <rtems/console.h> 38 #include <rtems/iosupp.h> 39 39 40 40 #include <dmv170.h> -
c/src/lib/libbsp/powerpc/dmv177/startup/genpvec.c
rd6a0781 rcbf0e62 21 21 22 22 #include <bsp.h> 23 #include < chain.h>23 #include <rtems/chain.h> 24 24 #include <assert.h> 25 25 -
c/src/lib/libbsp/powerpc/dmv177/startup/vmeintr.c
rd6a0781 rcbf0e62 15 15 #include <rtems.h> 16 16 #include <bsp.h> 17 #include < vmeintr.h>17 #include <rtems/vmeintr.h> 18 18 19 19 /* PAGE
Note: See TracChangeset
for help on using the changeset viewer.