2004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org>

* include/bsp.h: Remove tm27 stuff.
This commit is contained in:
Ralf Corsepius
2004-10-20 04:31:21 +00:00
parent 39d1c25582
commit f876488671
2 changed files with 1 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
2004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Remove tm27 stuff.
* include/tm27.h: New.
* Makefile.am: Add tm27.h

View File

@@ -47,20 +47,6 @@ extern "C" {
#define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
/*
* Stuff for Time Test 27
*/
#define MUST_WAIT_FOR_INTERRUPT 0
#define Install_tm27_vector( handler )
#define Cause_tm27_intr()
#define Clear_tm27_intr()
#define Lower_tm27_intr()
/*
* Simple spin delay in microsecond units for device drivers.
* This is very dependent on the clock speed of the target.