source: rtems/c/src/lib/libbsp/powerpc/psim/shmsupp/mpisr.c @ 48bfd992

4.104.114.84.95
Last change on this file since 48bfd992 was 48bfd992, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/99 at 19:58:02

Renamed shm.h to shm_driver.h to avoid conflicts with POSIX shm.h.

Renamed file shmsupp/intr.c in some BSPs to shmsupp/cause_intr.c to
avoid conflict with rtems/src/intr.c (Classic API Interrupt Manager).

  • Property mode set to 100644
File size: 763 bytes
RevLine 
[8961188]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>
[48bfd992]18#include <shm_driver.h>
[8961188]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.