summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/armulator/include/tm27.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-12 19:46:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-12 19:46:53 +0000
commit85591ad7b2141a4c5707ab2281c94dc2a563a14d (patch)
tree1c0dd1f38ddb873c74a65400a2d37c15ce4c8877 /c/src/lib/libbsp/arm/armulator/include/tm27.h
parent2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-85591ad7b2141a4c5707ab2281c94dc2a563a14d.tar.bz2
2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* armulator/.cvsignore, armulator/ChangeLog, armulator/Makefile.am, armulator/bsp_specs, armulator/configure.ac, armulator/preinstall.am, armulator/clock/clockdrv.c, armulator/console/console-io.c, armulator/console/mon-syscalls.S, armulator/include/.cvsignore, armulator/include/bsp.h, armulator/include/tm27.h, armulator/start/start.S, armulator/startup/bspstart.c, armulator/startup/libcfunc.c, armulator/startup/linkcmds, armulator/startup/swi.h, armulator/startup/syscalls.c, armulator/startup/trap.S: Removed.
Diffstat (limited to 'c/src/lib/libbsp/arm/armulator/include/tm27.h')
-rw-r--r--c/src/lib/libbsp/arm/armulator/include/tm27.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/c/src/lib/libbsp/arm/armulator/include/tm27.h b/c/src/lib/libbsp/arm/armulator/include/tm27.h
deleted file mode 100644
index ead9ba7170..0000000000
--- a/c/src/lib/libbsp/arm/armulator/include/tm27.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * tm27.h
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * $Id$
- */
-
-#ifndef _RTEMS_TMTEST27
-#error "This is an RTEMS internal file you must not include directly."
-#endif
-
-#ifndef __tm27_h
-#define __tm27_h
-
-/*
- * Define the interrupt mechanism for Time Test 27
- *
- * NOTE: Following are not defined and are board independent
- *
- */
-
-#define MUST_WAIT_FOR_INTERRUPT 0
-
-#define Install_tm27_vector( handler ) /* set_vector( (handler), 6, 1 ) */
-
-#define Cause_tm27_intr() /* XXX */
-
-#define Clear_tm27_intr() /* XXX */
-
-#define Lower_tm27_intr() /* empty */
-
-#endif