From 59097e784fb64b5e541d698eca5aadb37cff7f10 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Apr 1997 18:38:19 +0000 Subject: Changed format of comment blocks to C comments. --- c/src/lib/libbsp/i386/go32/timer/timerisr.s | 38 ++++++++++++++--------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'c/src/lib/libbsp/i386') 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" -- cgit v1.2.3