summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/h8300/h8sim/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/include/bsp.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h b/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
index 3bc71e3046..7885ab8d60 100644
--- a/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
+++ b/c/src/lib/libbsp/h8300/h8sim/include/bsp.h
@@ -28,23 +28,6 @@ extern "C" {
#include <rtems/clockdrv.h>
/*
- * Define the interrupt mechanism for Time Test 27
- *
- * NOTE: Following are for i960CA and are board independent
- *
- */
-
-#define MUST_WAIT_FOR_INTERRUPT 0
-
-#define Install_tm27_vector( handler ) /* set_vector( (handler), 6, 1 ) */
-
-#define Cause_tm27_intr() /* i960_cause_intr( 0x62 ) */
-
-#define Clear_tm27_intr() /* i960_clear_intr( 6 ) */
-
-#define Lower_tm27_intr()
-
-/*
* Simple spin delay in microsecond units for device drivers.
* This is very dependent on the clock speed of the target.
*/