summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386
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/i386
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/i386')
-rw-r--r--c/src/lib/libbsp/i386/go32/timer/timerisr.s38
1 files changed, 19 insertions, 19 deletions
diff --git a/c/src/lib/libbsp/i386/go32/timer/timerisr.s b/c/src/lib/libbsp/i386/go32/timer/timerisr.s
index cbd6b5cb6d..12898a862c 100644
--- a/c/src/lib/libbsp/i386/go32/timer/timerisr.s
+++ b/c/src/lib/libbsp/i386/go32/timer/timerisr.s
@@ -1,22 +1,22 @@
-# timer_isr()
-#
-# This routine provides the ISR for the timer. 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 timer. 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"