source: rtems/cpukit/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
Line 
1/*
2 *  Interrupt Manager
3 *
4 *
5 *  COPYRIGHT (c) 1989-1998.
6 *  On-Line Applications Research Corporation (OAR).
7 *  Copyright assigned to U.S. Government, 1994.
8 *
9 *  The license and distribution terms for this file may be
10 *  found in the file LICENSE in this distribution or at
11 *  http://www.OARcorp.com/rtems/license.html.
12 *
13 *  $Id$
14 */
15
16#include <rtems/system.h>
17#include <rtems/rtems/status.h>
18#include <rtems/score/isr.h>
19#include <rtems/rtems/intr.h>
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.