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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [a29k/] [portsw/] [shmsupp/] [mpisr.c] - Blame information for rev 173

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 11:59:40 chris Exp $
11
 */
12
 
13
#include <rtems.h>
14
#include <bsp.h>
15
#include <shm_driver.h>
16
 
17
#ifndef lint
18
static char _sccsid[] = "@(#)mpisr.c 04/08/96     1.1\n";
19
#endif
20
 
21
rtems_isr Shm_isr_nobsp( void )
22
{
23
  /*
24
   *  If this routine has to do anything other than the mpisr.c
25
   *  found in the generic driver, then copy the contents of the generic
26
   *  mpisr.c and augment it to satisfy this particular board.  Typically,
27
   *  you need to have a board specific mpisr.c when the interrupt
28
   *  must be cleared.
29
   *
30
   *  If the generic mpisr.c satisifies your requirements, then
31
   *  remove this routine from your target's shmsupp/mpisb.c file.
32
   *  Then simply install the generic Shm_isr in the Shm_setvec
33
   *  routine below.
34
   */
35
}
36
 
37
/*  Shm_setvec
38
 *
39
 *  This driver routine sets the SHM interrupt vector to point to the
40
 *  driver's SHM interrupt service routine.
41
 *
42
 *  Input parameters:  NONE
43
 *
44
 *  Output parameters: NONE
45
 */
46
 
47
void Shm_setvec( void )
48
{
49
  /* XXX: FIX ME!!! */
50
}

powered by: WebSVN 2.1.0

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