summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/mips/genmongoosev/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/include/bsp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h b/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
index 3beb8dc513..fbd54b3254 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
+++ b/c/src/lib/libbsp/mips/genmongoosev/include/bsp.h
@@ -28,7 +28,6 @@ extern "C" {
#include <rtems/clockdrv.h>
#include <libcpu/mongoose-v.h>
-
#ifndef CPU_CLOCK_RATE
#define CLOCK_RATE 12000000
#endif
@@ -36,15 +35,12 @@ extern "C" {
#define CPU_CLOCK_RATE_HZ CLOCK_RATE
#define CPU_CLOCK_RATE_MHZ (CLOCK_RATE/1000000)
-
/*
* Useful defines set here so we can avoid duplicating them all over
* creation.
*
*/
-
-
/*
* assertSoftwareInt defined in vectorisrs.c the prototype is here so
* userspace code can get to it directly.
@@ -52,10 +48,6 @@ extern "C" {
extern void assertSoftwareInterrupt(uint32_t);
-
-
-
-
/*
* Define the time limits for RTEMS Test Suite test durations.
* Long test and short test duration limits are provided. These
@@ -74,10 +66,8 @@ extern void assertSoftwareInterrupt(uint32_t);
*
*/
-
#define CLOCK_VECTOR MONGOOSEV_IRQ_TIMER1
-
#define MUST_WAIT_FOR_INTERRUPT 1
#if 1
@@ -85,8 +75,6 @@ extern void assertSoftwareInterrupt(uint32_t);
#define Install_tm27_vector( handler ) \
(void) set_vector( handler, MONGOOSEV_IRQ_SOFTWARE_1, 1 );
-
-
#define Cause_tm27_intr() assertSoftwareInterrupt(0);
#define Clear_tm27_intr()