summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-23 04:47:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-23 04:47:38 +0000
commit3defec6f09b3a8fd98256a1751e8ec3289b948d2 (patch)
treea3e4f5d86bbb9a9df6135543f06fdec62e6b65c5 /c/src/lib/libbsp/sparc/leon/include
parent2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-3defec6f09b3a8fd98256a1751e8ec3289b948d2.tar.bz2
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 610/bsps * Makefile.am: Add include/tm27.h, Cosmetics. * include/tm27.h: Final cosmetics.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/leon/include/tm27.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/sparc/leon/include/tm27.h b/c/src/lib/libbsp/sparc/leon/include/tm27.h
index c493ef67be..db26a82b19 100644
--- a/c/src/lib/libbsp/sparc/leon/include/tm27.h
+++ b/c/src/lib/libbsp/sparc/leon/include/tm27.h
@@ -8,7 +8,7 @@
* $Id$
*/
-#ifndef _TMTEST27
+#ifndef _RTEMS_TMTEST27
#error "This is an RTEMS internal file you must not include directly."
#endif
@@ -41,9 +41,9 @@
#define Cause_tm27_intr() \
asm volatile( "ta 0x10; nop " );
-#define Clear_tm27_intr()
+#define Clear_tm27_intr() /* empty */
-#define Lower_tm27_intr()
+#define Lower_tm27_intr() /* empty */
/*
* The asynchronous trap is an arbitrarily chosen ERC32 interrupt source.
@@ -72,7 +72,7 @@
#define Clear_tm27_intr() \
LEON_Clear_interrupt( TEST_INTERRUPT_SOURCE )
-#define Lower_tm27_intr()
+#define Lower_tm27_intr() /* empty */
#endif