source: rtems/c/src/exec/rtems/src/intr.c @ c9973bb

4.104.114.84.95
Last change on this file since c9973bb was c9973bb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/17/99 at 23:22:45

Split Interrupt Manager into one routine per file.

  • Property mode set to 100644
File size: 674 bytes
RevLine 
[ac7d5ef0]1/*
2 *  Interrupt Manager
3 *
4 *
[60b791ad]5 *  COPYRIGHT (c) 1989-1998.
[ac7d5ef0]6 *  On-Line Applications Research Corporation (OAR).
[03f2154e]7 *  Copyright assigned to U.S. Government, 1994.
[ac7d5ef0]8 *
[98e4ebf5]9 *  The license and distribution terms for this file may be
10 *  found in the file LICENSE in this distribution or at
[03f2154e]11 *  http://www.OARcorp.com/rtems/license.html.
[ac7d5ef0]12 *
13 *  $Id$
14 */
15
16#include <rtems/system.h>
[3a4ae6c]17#include <rtems/rtems/status.h>
[5e9b32b]18#include <rtems/score/isr.h>
[3a4ae6c]19#include <rtems/rtems/intr.h>
[ac7d5ef0]20
21/*  _Interrupt_Manager_initialization
22 *
23 *  This routine initializes the interrupt manager.
24 *
25 *  Input parameters: NONE
26 *
27 *  Output parameters: NONE
28 */
29
30void _Interrupt_Manager_initialization( void )
31{
32}
Note: See TracBrowser for help on using the repository browser.