Changeset 99ddf76 in rtems
- Timestamp:
- Apr 1, 2004, 10:10:23 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d6a0781
- Parents:
- a9a27b5
- Location:
- c/src/lib/libbsp/mips
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/mips/genmongoosev/ChangeLog
ra9a27b5 r99ddf76 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * start/start.S: Include <rtems/asm.h> instead of <asm.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 1 8 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> 2 9 -
c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
ra9a27b5 r99ddf76 24 24 25 25 #include <rtems.h> 26 #include < iosupp.h>27 #include < console.h>28 #include < clockdrv.h>26 #include <rtems/iosupp.h> 27 #include <rtems/console.h> 28 #include <rtems/clockdrv.h> 29 29 #include <libcpu/mongoose-v.h> 30 30 -
c/src/lib/libbsp/mips/genmongoosev/start/start.S
ra9a27b5 r99ddf76 39 39 40 40 41 #include < asm.h>41 #include <rtems/asm.h> 42 42 #include "regs.S" 43 43 #include "mg5.h" -
c/src/lib/libbsp/mips/jmr3904/ChangeLog
ra9a27b5 r99ddf76 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * start/start.S: Include <rtems/asm.h> instead of <asm.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 1 8 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> 2 9 -
c/src/lib/libbsp/mips/jmr3904/include/bsp.h
ra9a27b5 r99ddf76 24 24 25 25 #include <rtems.h> 26 #include < iosupp.h>27 #include < console.h>28 #include < clockdrv.h>26 #include <rtems/iosupp.h> 27 #include <rtems/console.h> 28 #include <rtems/clockdrv.h> 29 29 #include <libcpu/tx3904.h> 30 30 -
c/src/lib/libbsp/mips/jmr3904/start/start.S
ra9a27b5 r99ddf76 18 18 */ 19 19 20 #include < asm.h>20 #include <rtems/asm.h> 21 21 #include "regs.S" 22 22
Note: See TracChangeset
for help on using the changeset viewer.