summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/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/powerpc/mbx8xx/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 'c/src/lib/libbsp/powerpc/mbx8xx/include')
-rw-r--r--c/src/lib/libbsp/powerpc/mbx8xx/include/tm27.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/include/tm27.h b/c/src/lib/libbsp/powerpc/mbx8xx/include/tm27.h
index 15ef907c68..ee820ef1ff 100644
--- a/c/src/lib/libbsp/powerpc/mbx8xx/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/mbx8xx/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
@@ -23,10 +23,10 @@
#define Install_tm27_vector( handler ) /* set_vector( (handler), 0, 1 ) */
-#define Cause_tm27_intr()
+#define Cause_tm27_intr() /* empty */
-#define Clear_tm27_intr()
+#define Clear_tm27_intr() /* empty */
-#define Lower_tm27_intr()
+#define Lower_tm27_intr() /* empty */
#endif