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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [no_cpu/] [no_bsp/] [shmsupp/] [mpisr.c] - Blame information for rev 543

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

Line No. Rev Author Line
1 30 unneback
/*  Shm_isr_nobsp()
2
 *
3
 *  COPYRIGHT (c) 1989-1999.
4
 *  On-Line Applications Research Corporation (OAR).
5
 *
6
 *  The license and distribution terms for this file may be
7
 *  found in the file LICENSE in this distribution or at
8
 *  http://www.OARcorp.com/rtems/license.html.
9
 *
10
 *  $Id: mpisr.c,v 1.2 2001-09-27 12:00:27 chris Exp $
11
 */
12
 
13
#include <rtems.h>
14
#include <bsp.h>
15
#include <shm_driver.h>
16
 
17
rtems_isr Shm_isr_nobsp( void )
18
{
19
  /*
20
   *  If this routine has to do anything other than the mpisr.c
21
   *  found in the generic driver, then copy the contents of the generic
22
   *  mpisr.c and augment it to satisfy this particular board.  Typically,
23
   *  you need to have a board specific mpisr.c when the interrupt
24
   *  must be cleared.
25
   *
26
   *  If the generic mpisr.c satisifies your requirements, then
27
   *  remove this routine from your target's shmsupp/mpisb.c file.
28
   *  Then simply install the generic Shm_isr in the Shm_setvec
29
   *  routine below.
30
   */
31
}
32
 
33
/*  Shm_setvec
34
 *
35
 *  This driver routine sets the SHM interrupt vector to point to the
36
 *  driver's SHM interrupt service routine.
37
 *
38
 *  Input parameters:  NONE
39
 *
40
 *  Output parameters: NONE
41
 */
42
 
43
void Shm_setvec( void )
44
{
45
  /* XXX: FIX ME!!! */
46
}

powered by: WebSVN 2.1.0

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