source: rtems/testsuites/sptests/sp09/isr.c @ dde827b

4.104.114.84.95
Last change on this file since dde827b was 08311cc3, checked in by Joel Sherrill <joel.sherrill@…>, on 11/17/99 at 17:51:34

Updated copyright notice.

  • Property mode set to 100644
File size: 550 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-1999.
11 *  On-Line Applications Research Corporation (OAR).
12 *
13 *  The license and distribution terms for this file may be
14 *  found in the file LICENSE in this distribution or at
15 *  http://www.OARcorp.com/rtems/license.html.
16 *
17 *  $Id$
18 */
19
20#include "system.h"
21
22rtems_isr Service_routine(
23  rtems_vector_number ignored
24)
25{
26}
Note: See TracBrowser for help on using the repository browser.