source: rtems/testsuites/sptests/sppartition_err01/isr.c @ 255178e

4.115
Last change on this file since 255178e was 255178e, checked in by Mandar Juvekar <mjuvekar0@…>, on 01/02/14 at 19:22:36

sptests: Refactor sp09 into sppartition_err01 and sp09.

  • Property mode set to 100644
File size: 582 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.rtems.com/license/LICENSE.
16 */
17
18#ifdef HAVE_CONFIG_H
19#include "config.h"
20#endif
21
22#include "system.h"
23
24rtems_isr Service_routine(
25  rtems_vector_number ignored
26)
27{
28}
Note: See TracBrowser for help on using the repository browser.