Changeset eb24fb1 in rtems
- Timestamp:
- 01/04/02 17:40:46 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4385f2df
- Parents:
- 49b325f
- Location:
- c/src/lib/libbsp/mips/genmongoosev
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/mips/genmongoosev/ChangeLog
r49b325f reb24fb1 1 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h. 4 * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h. 5 1 6 2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/mips/genmongoosev/console/conscfg.c
r49b325f reb24fb1 86 86 */ 87 87 88 #include < bspIo.h>88 #include <rtems/bspIo.h> 89 89 90 90 void GENMG5_output_char(char c) { write( 2, &c, 1 ); } -
c/src/lib/libbsp/mips/genmongoosev/timer/timer.c
r49b325f reb24fb1 55 55 #define LEAST_VALID 1 /* Don't trust a value lower than this */ 56 56 /* mongoose-v can count cycles. :) */ 57 #include < bspIo.h>57 #include <rtems/bspIo.h> 58 58 59 59 int Read_timer()
Note: See TracChangeset
for help on using the changeset viewer.