summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/page.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 18:17:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 18:17:04 +0000
commit86d23e20ef04003d492fc6b7b5383e74a88b24f5 (patch)
tree51192a9a109b44bd28a4ec63809d859556d18737 /c/src/lib/libcpu/i386/page.c
parent2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-86d23e20ef04003d492fc6b7b5383e74a88b24f5.tar.bz2
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h. * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/i386/page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/i386/page.c b/c/src/lib/libcpu/i386/page.c
index 80ad6fa63b..58215f47c1 100644
--- a/c/src/lib/libcpu/i386/page.c
+++ b/c/src/lib/libcpu/i386/page.c
@@ -439,7 +439,7 @@ int _CPU_change_memory_mapping_attribute
* CACHE_DISABLE of the whole memory
*/
-#include <bspIo.h>
+#include <rtems/bspIo.h>
int _CPU_display_memory_attribute(){
unsigned int dirCount, pageCount;