summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 18:28:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 18:28:02 +0000
commit962140ddc76f57ed8a27c6c646b07963bce30e95 (patch)
tree4aca114efbee29e00e35dedd3572ca9561005a78 /c
parent2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-962140ddc76f57ed8a27c6c646b07963bce30e95.tar.bz2
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/ChangeLog4
-rw-r--r--c/src/lib/libbsp/m68k/mvme162/include/mvme16x_hw.h2
-rw-r--r--c/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme162/ChangeLog b/c/src/lib/libbsp/m68k/mvme162/ChangeLog
index 5b59706dae..0b2b10291b 100644
--- a/c/src/lib/libbsp/m68k/mvme162/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mvme162/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/c/src/lib/libbsp/m68k/mvme162/include/mvme16x_hw.h b/c/src/lib/libbsp/m68k/mvme162/include/mvme16x_hw.h
index 4013677a24..37a367a45c 100644
--- a/c/src/lib/libbsp/m68k/mvme162/include/mvme16x_hw.h
+++ b/c/src/lib/libbsp/m68k/mvme162/include/mvme16x_hw.h
@@ -17,7 +17,7 @@
#ifndef __MVME16xHW_h
#define __MVME16xHW_h
-#include <rtems/score/targopts.h>
+#include <bsp.h>
#ifdef __cplusplus
extern "C" {
diff --git a/c/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h b/c/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h
index 4013677a24..37a367a45c 100644
--- a/c/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h
+++ b/c/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h
@@ -17,7 +17,7 @@
#ifndef __MVME16xHW_h
#define __MVME16xHW_h
-#include <rtems/score/targopts.h>
+#include <bsp.h>
#ifdef __cplusplus
extern "C" {