source: rtems/c/src/lib/libbsp/shmdr/mpisr.c @ 57d673c

4.104.114.84.95
Last change on this file since 57d673c was 4e89a12, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:56:25

2003-09-04 Joel Sherrill <joel@…>

  • addlq.c, cnvpkt.c, dump.c, fatal.c, getlq.c, getpkt.c, init.c, initlq.c, intr.c, mpci.h, mpisr.c, poll.c, receive.c, retpkt.c, send.c, setckvec.c, shm_driver.h: URL for license changed.
  • Property mode set to 100644
File size: 441 bytes
RevLine 
[ac7d5ef0]1/*  _Shm_isr()
2 *
[08311cc3]3 *  COPYRIGHT (c) 1989-1999.
[ac7d5ef0]4 *  On-Line Applications Research Corporation (OAR).
5 *
[98e4ebf5]6 *  The license and distribution terms for this file may be
7 *  found in the file LICENSE in this distribution or at
[4e89a12]8 *  http://www.rtems.com/license/LICENSE.
[ac7d5ef0]9 *
10 *  $Id$
11 */
12
13#include <rtems.h>
[48bfd992]14#include "shm_driver.h"
[ac7d5ef0]15
16rtems_isr Shm_isr(
17  rtems_vector_number vector
18)
19{
20  Shm_Interrupt_count += 1;
21  rtems_multiprocessing_announce();
22}
Note: See TracBrowser for help on using the repository browser.