Changeset cf720006 in rtems
- Timestamp:
- 04/01/04 10:11:53 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 206e590
- Parents:
- 2d39080c
- Location:
- c/src/lib/libbsp/shared
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/shared/ChangeLog
r2d39080c rcf720006 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * ide_ctrl.c: Include <rtems/chain.h> instead of <chain.h>. 4 1 5 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
c/src/lib/libbsp/shared/ide_ctrl.c
r2d39080c rcf720006 15 15 * 16 16 */ 17 #include < chain.h>17 #include <rtems/chain.h> 18 18 #include <assert.h> 19 19 #include <rtems/blkdev.h>
Note: See TracChangeset
for help on using the changeset viewer.