source: rtems/c/src/tests/sptests/sp09/isr.c @ 0895bdb

4.104.114.84.95
Last change on this file since 0895bdb was 60b791ad, checked in by Joel Sherrill <joel.sherrill@…>, on 02/17/98 at 23:46:28

updated copyright to 1998

  • Property mode set to 100644
File size: 599 bytes
Line 
1/*  Service_routine
2 *
3 *  This routine is used as the timer routine for Interrupt Manager tests.
4 *
5 *  Input parameters:
6 *    ignored - this parameter is ignored
7 *
8 *  Output parameters:  NONE
9 *
10 *  COPYRIGHT (c) 1989-1998.
11 *  On-Line Applications Research Corporation (OAR).
12 *  Copyright assigned to U.S. Government, 1994.
13 *
14 *  The license and distribution terms for this file may be
15 *  found in the file LICENSE in this distribution or at
16 *  http://www.OARcorp.com/rtems/license.html.
17 *
18 *  $Id$
19 */
20
21#include "system.h"
22
23rtems_isr Service_routine(
24  rtems_vector_number ignored
25)
26{
27}
Note: See TracBrowser for help on using the repository browser.