summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme136
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-18 18:38:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-18 18:38:19 +0000
commit59097e784fb64b5e541d698eca5aadb37cff7f10 (patch)
treeafd115840631cbd3476f687782b990a289eaef0a /c/src/lib/libbsp/m68k/mvme136
parentDuplicated timerisr symbol as _timerisr to avoid tool naming problems. (diff)
downloadrtems-59097e784fb64b5e541d698eca5aadb37cff7f10.tar.bz2
Changed format of comment blocks to C comments.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme136')
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s40
1 files changed, 20 insertions, 20 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s b/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s
index a8f7e7b212..8cf295f9d2 100644
--- a/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s
+++ b/c/src/lib/libbsp/m68k/mvme136/timer/timerisr.s
@@ -1,23 +1,23 @@
-# timer_isr()
-#
-# This routine provides the ISR for the Z8036 timer on the MVME136
-# board. The timer is set up to generate an interrupt at maximum
-# intervals.
-#
-# Input parameters: NONE
-#
-# Output parameters: NONE
-#
-# COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
-# On-Line Applications Research Corporation (OAR).
-# All rights assigned to U.S. Government, 1994.
-#
-# This material may be reproduced by or for the U.S. Government pursuant
-# to the copyright license under the clause at DFARS 252.227-7013. This
-# notice must appear in all copies of this file and its derivatives.
-#
-# $Id$
-#
+/* timer_isr()
+ *
+ * This routine provides the ISR for the Z8036 timer on the MVME136
+ * board. The timer is set up to generate an interrupt at maximum
+ * intervals.
+ *
+ * Input parameters: NONE
+ *
+ * Output parameters: NONE
+ *
+ * COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+ * On-Line Applications Research Corporation (OAR).
+ * All rights assigned to U.S. Government, 1994.
+ *
+ * This material may be reproduced by or for the U.S. Government pursuant
+ * to the copyright license under the clause at DFARS 252.227-7013. This
+ * notice must appear in all copies of this file and its derivatives.
+ *
+ * $Id$
+ */
#include "asm.h"