Changeset 0505504 in rtems
- Timestamp:
- 04/01/04 10:11:00 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8da27232
- Parents:
- 40e9b095
- Location:
- c/src/lib/libbsp/powerpc/ppcn_60x
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
r40e9b095 r0505504 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 * console/i8042.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>. 8 * console/console.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>. 9 1 10 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> 2 11 -
c/src/lib/libbsp/powerpc/ppcn_60x/console/console.h
r40e9b095 r0505504 20 20 */ 21 21 22 #include <r ingbuf.h>22 #include <rtems/ringbuf.h> 23 23 #include <libchip/serial.h> 24 24 #include <libchip/ns16550.h> -
c/src/lib/libbsp/powerpc/ppcn_60x/console/i8042.c
r40e9b095 r0505504 26 26 #include <rtems/libio.h> 27 27 #include <libchip/serial.h> 28 #include <r ingbuf.h>28 #include <rtems/ringbuf.h> 29 29 30 30 #include "console.h" -
c/src/lib/libbsp/powerpc/ppcn_60x/include/bsp.h
r40e9b095 r0505504 144 144 #else 145 145 #include <rtems.h> 146 #include < console.h>147 #include < clockdrv.h>148 #include < iosupp.h>146 #include <rtems/console.h> 147 #include <rtems/clockdrv.h> 148 #include <rtems/iosupp.h> 149 149 #include <tod.h> 150 150 #include <nvram.h> -
c/src/lib/libbsp/powerpc/ppcn_60x/startup/genpvec.c
r40e9b095 r0505504 30 30 31 31 #include <bsp.h> 32 #include < chain.h>32 #include <rtems/chain.h> 33 33 #include <assert.h> 34 34
Note: See TracChangeset
for help on using the changeset viewer.