summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh1/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-05 13:35:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-05 13:35:32 +0000
commit96b2583fdd30743153f2903dcddf6e96a6162684 (patch)
tree19f8a0c4c577f11327b3f9d305fb1fde61e5bf9f /c/src/lib/libbsp/sh/gensh1/include/bsp.h
parent2001-01-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-96b2583fdd30743153f2903dcddf6e96a6162684.tar.bz2
2001-01-05 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect the movement of this component to libmisc. * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh1/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/gensh1/include/bsp.h b/c/src/lib/libbsp/sh/gensh1/include/bsp.h
index b9dc3fb98c..d5c9d31271 100644
--- a/c/src/lib/libbsp/sh/gensh1/include/bsp.h
+++ b/c/src/lib/libbsp/sh/gensh1/include/bsp.h
@@ -45,7 +45,7 @@ extern "C" {
/* EDIT: To activate the sci driver, change the define below */
#if 1
-#include <sh/null.h>
+#include <rtems/devnull.h>
#define BSP_CONSOLE_DEVNAME "/dev/null"
#define BSP_CONSOLE_DRIVER_TABLE_ENTRY DEVNULL_DRIVER_TABLE_ENTRY
#else