Changeset 12f971c6 in rtems
- Timestamp:
- 04/01/04 10:11:45 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2d39080c
- Parents:
- fa3ef4a
- Location:
- c/src/lib/libbsp/sh/shsim
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/shsim/ChangeLog
rfa3ef4a r12f971c6 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. 4 * include/bsp.h: Include <rtems/console.h> instead of <console.h>. 5 * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>. 6 1 7 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> 2 8 -
c/src/lib/libbsp/sh/shsim/gdbsci/gdbsci.c
rfa3ef4a r12f971c6 18 18 19 19 #include <rtems/libio.h> 20 #include < iosupp.h>20 #include <rtems/iosupp.h> 21 21 #include <rtems/score/sh_io.h> 22 22 /* HACK: There must be something better than this :) */ -
c/src/lib/libbsp/sh/shsim/include/bsp.h
rfa3ef4a r12f971c6 30 30 31 31 #include <rtems.h> 32 #include < clockdrv.h>33 #include < console.h>32 #include <rtems/clockdrv.h> 33 #include <rtems/console.h> 34 34 35 35 /*
Note: See TracChangeset
for help on using the changeset viewer.