summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh4/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-12 14:45:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-12 14:45:28 +0000
commit364d75b6bda08b59dcdc2cc352f81a053ff2c5b1 (patch)
tree5172cf10432af707f631fc63c0f604998bf7fde1 /c/src/lib/libbsp/sh/gensh4/include/bsp.h
parent2001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-364d75b6bda08b59dcdc2cc352f81a053ff2c5b1.tar.bz2
2001-10-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ. * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ. * include/.cvsignore: Add stamp-h*, bspopts.h*. * include/bsp.h: Add bspopts.h.
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh4/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/sh/gensh4/include/bsp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sh/gensh4/include/bsp.h b/c/src/lib/libbsp/sh/gensh4/include/bsp.h
index 25da9274c4..332cd11296 100644
--- a/c/src/lib/libbsp/sh/gensh4/include/bsp.h
+++ b/c/src/lib/libbsp/sh/gensh4/include/bsp.h
@@ -47,8 +47,11 @@ extern "C" {
#include <rtems.h>
#include <clockdrv.h>
#include <console.h>
+#include <bspopts.h>
+
#include "rtems/score/sh7750_regs.h"
+
/*
* confdefs.h overrides for this BSP:
* - number of termios serial ports (defaults to 1)