source: rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/mpisr.c @ 9d2bdb5

4.104.114.84.95
Last change on this file since 9d2bdb5 was 9d2bdb5, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:52:31

2003-09-04 Joel Sherrill <joel@…>

  • console/console-io.c, include/bsp.h, include/coverhd.h, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest, vectors/vectors.S: URL for license changed.
  • Property mode set to 100644
File size: 709 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
20/*  void _Shm_setvec( )
21 *
22 *  This driver routine sets the SHM interrupt vector to point to the
23 *  driver's SHM interrupt service routine.
24 *
25 *  Input parameters:  NONE
26 *
27 *  Output parameters: NONE
28 */
29
30void Shm_setvec()
31{
32  /* not supported */
33}
Note: See TracBrowser for help on using the repository browser.