source: rtems/bsps/powerpc/psim/mpci/mpisr.c @ c3b609d5

5
Last change on this file since c3b609d5 was 1efa1c8, checked in by Sebastian Huber <sebastian.huber@…>, on 04/20/18 at 11:38:33

bsps: Move MPCI support to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 695 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.org/license/LICENSE.
11 */
12
13#include <rtems.h>
14#include <bsp.h>
15#include <shm_driver.h>
16
17/*  void _Shm_setvec( )
18 *
19 *  This driver routine sets the SHM interrupt vector to point to the
20 *  driver's SHM interrupt service routine.
21 *
22 *  Input parameters:  NONE
23 *
24 *  Output parameters: NONE
25 */
26
27void Shm_setvec()
28{
29  /* not supported */
30}
Note: See TracBrowser for help on using the repository browser.