Changeset 4ee84fc in rtems
- Timestamp:
- 01/04/02 17:40:54 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c672d97
- Parents:
- 0bebe52
- Location:
- c/src/lib/libbsp
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/armulator/ChangeLog
r0bebe52 r4ee84fc 1 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h. 4 1 5 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/arm/armulator/console/console-io.c
r0bebe52 r4ee84fc 76 76 } 77 77 78 #include < bspIo.h>78 #include <rtems/bspIo.h> 79 79 80 80 void Armulator_BSP_output_char(char c) { console_outbyte_polled( 0, c ); } -
c/src/lib/libbsp/mips/jmr3904/ChangeLog
r0bebe52 r4ee84fc 1 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h. 4 1 5 2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/mips/jmr3904/console/console-io.c
r0bebe52 r4ee84fc 116 116 } 117 117 118 #include < bspIo.h>118 #include <rtems/bspIo.h> 119 119 120 120 void JMR3904_output_char(char c) { console_outbyte_polled( 0, c ); } -
c/src/lib/libbsp/powerpc/psim/ChangeLog
r0bebe52 r4ee84fc 1 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h. 4 1 5 2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/psim/console/console-io.c
r0bebe52 r4ee84fc 70 70 */ 71 71 72 #include < bspIo.h>72 #include <rtems/bspIo.h> 73 73 74 74 void PSIM_output_char(char c) { console_outbyte_polled( 0, c ); }
Note: See TracChangeset
for help on using the changeset viewer.