Changeset 3f345bf in rtems
- Timestamp:
- 01/06/02 20:08:25 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 88f60e26
- Parents:
- 45805cc
- Location:
- c/src/lib/libbsp/m68k/shared
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/shared/ChangeLog
r45805cc r3f345bf 1 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * bspspuriousinit.c, m68000spurious.c: Include rtems/bspIo.h 4 instead of bspIo.h. 5 1 6 2000-11-01 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/lib/libbsp/m68k/shared/bspspuriousinit.c
r45805cc r3f345bf 16 16 17 17 #include <bsp.h> 18 #include < bspIo.h>18 #include <rtems/bspIo.h> 19 19 20 20 /* -
c/src/lib/libbsp/m68k/shared/m68000spurious.c
r45805cc r3f345bf 16 16 17 17 #include <bsp.h> 18 #include < bspIo.h>18 #include <rtems/bspIo.h> 19 19 20 20 /*
Note: See TracChangeset
for help on using the changeset viewer.