Changeset 8529cf6 in rtems
- Timestamp:
- Apr 1, 2004, 10:09:10 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b14d8a48
- Parents:
- 173fd7c
- Location:
- c/src/lib/libbsp/i386/i386ex
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/i386ex/ChangeLog
r173fd7c r8529cf6 1 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * network/network.c: Include <rtems/asm.h> instead of <asm.h>. 4 * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. 5 * include/bsp.h: Include <rtems/console.h> instead of <console.h>. 6 * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>. 7 1 8 2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org> 2 9 -
c/src/lib/libbsp/i386/i386ex/include/bsp.h
r173fd7c r8529cf6 22 22 23 23 #include <rtems.h> 24 #include < iosupp.h>25 #include < console.h>26 #include < clockdrv.h>24 #include <rtems/iosupp.h> 25 #include <rtems/console.h> 26 #include <rtems/clockdrv.h> 27 27 #include <rtems/bspIo.h> 28 28 #include <libcpu/cpu.h> -
c/src/lib/libbsp/i386/i386ex/network/network.c
r173fd7c r8529cf6 60 60 #include "netexterns.h" 61 61 62 #include < asm.h>62 #include <rtems/asm.h> 63 63 #include <string.h> 64 64
Note: See TracChangeset
for help on using the changeset viewer.