source: rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/mpisr.c @ 001b4162

4.104.114.95
Last change on this file since 001b4162 was f05b2ac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:01:48

Remove duplicate white lines.

  • Property mode set to 100644
File size: 707 bytes
Line 
1/*
2 *  NOTE: This routine is not used when in polling mode.  Either
3 *        this routine OR Shm_clockisr is used in a particular system.
4 *
5 *  COPYRIGHT (c) 1989-1997.
6 *  On-Line Applications Research Corporation (OAR).
7 *
8 *  The license and distribution terms for this file may in
9 *  the file LICENSE in this distribution or at
10 *  http://www.rtems.com/license/LICENSE.
11 *
12 *  $Id$
13 */
14
15#include <rtems.h>
16#include <bsp.h>
17#include <shm_driver.h>
18
19/*  void _Shm_setvec( )
20 *
21 *  This driver routine sets the SHM interrupt vector to point to the
22 *  driver's SHM interrupt service routine.
23 *
24 *  Input parameters:  NONE
25 *
26 *  Output parameters: NONE
27 */
28
29void Shm_setvec()
30{
31  /* not supported */
32}
Note: See TracBrowser for help on using the repository browser.