Changeset 0c1f025 in rtems
- Timestamp:
- 01/06/02 20:06:32 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 45805cc
- Parents:
- e82e618c
- Location:
- c/src/lib/libbsp/m68k/sim68000
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/sim68000/ChangeLog
re82e618c r0c1f025 1 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h. 4 * startup/spurious_assistant.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/m68k/sim68000/startup/bspstart.c
re82e618c r0c1f025 82 82 } 83 83 84 #include < bspIo.h>84 #include <rtems/bspIo.h> 85 85 86 86 int debug_putc( char c ) { write( 2, &c, 1 ); return 0; } -
c/src/lib/libbsp/m68k/sim68000/startup/spurious_assistant.c
re82e618c r0c1f025 13 13 14 14 #include <bsp.h> 15 #include < bspIo.h>15 #include <rtems/bspIo.h> 16 16 17 17 /*
Note: See TracChangeset
for help on using the changeset viewer.