source: rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/mpisr.c @ 1563d8c

4.104.114.84.95
Last change on this file since 1563d8c was 8961188, checked in by Joel Sherrill <joel.sherrill@…>, on 04/14/98 at 19:49:13

new files

  • Property mode set to 100644
File size: 756 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 *  Copyright assigned to U.S. Government, 1994.
8 *
9 *  The license and distribution terms for this file may in
10 *  the file LICENSE in this distribution or at
11 *  http://www.OARcorp.com/rtems/license.html.
12 *
13 *  $Id$
14 */
15
16#include <rtems.h>
17#include <bsp.h>
18#include <shm.h>
19
20
21/*  void _Shm_setvec( )
22 *
23 *  This driver routine sets the SHM interrupt vector to point to the
24 *  driver's SHM interrupt service routine.
25 *
26 *  Input parameters:  NONE
27 *
28 *  Output parameters: NONE
29 */
30
31void Shm_setvec()
32{
33  /* not supported */
34}
Note: See TracBrowser for help on using the repository browser.