summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h
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/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h
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 '')
-rw-r--r--c/src/lib/libbsp/m68k/shared/mvme/mvme16x_hw.h2
1 files changed, 1 insertions, 1 deletions
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" {