Changeset 86d23e2 in rtems
- Timestamp:
- 01/04/02 18:17:04 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 03e9564
- Parents:
- 51dc8e92
- Location:
- c/src/lib/libcpu/i386
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/i386/ChangeLog
r51dc8e92 r86d23e2 1 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h. 4 * i386/page.c: Include rtems/bspIo.h instead of bspIo.h. 5 1 6 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libcpu/i386/displayCpu.c
r51dc8e92 r86d23e2 20 20 #include <string.h> 21 21 #include <libcpu/cpuModel.h> 22 #include < bspIo.h>22 #include <rtems/bspIo.h> 23 23 #include <rtems.h> 24 24 -
c/src/lib/libcpu/i386/page.c
r51dc8e92 r86d23e2 440 440 */ 441 441 442 #include < bspIo.h>442 #include <rtems/bspIo.h> 443 443 444 444 int _CPU_display_memory_attribute(){
Note: See TracChangeset
for help on using the changeset viewer.