OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [psim/] [shmsupp/] [mpisr.c] - Blame information for rev 30

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
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: mpisr.c,v 1.2 2001-09-27 12:01:02 chris Exp $
14
 */
15
 
16
#include <rtems.h>
17
#include <bsp.h>
18
#include <shm_driver.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
 
31
void Shm_setvec()
32
{
33
  /* not supported */
34
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.