source: rtems/c/src/lib/libbsp/arm/arm_bare_bsp/irq/bsp_irq_init.c @ f1c62bb

4.104.114.84.95
Last change on this file since f1c62bb was 08330bf, checked in by Joel Sherrill <joel.sherrill@…>, on 07/27/00 at 01:04:11

Port of RTEMS to the ARM processor family by Eric Valette
<valette@…> and Emmanuel Raguet <raguet@…>
of Canon CRF - Communication Dept. This port includes a
basic BSP that is sufficient to link hello world.

  • Property mode set to 100644
File size: 590 bytes
Line 
1/* irq_init.c
2 *
3 *  This file contains the implementation of rtems initialization
4 *  related to interrupt handling.
5 *
6 *  CopyRight (C) 2000 Canon Research Centre France SA.
7 *  Emmanuel Raguet, mailto:raguet@crf.canon.fr
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#include <irq.h>
16#include <bsp.h>
17#include <registers.h>
18
19
20void BSP_rtems_irq_mngt_init() {
21
22  /*
23   * Here is the code to initialize the INT for
24   * the specified BSP
25   */
26   
27}
Note: See TracBrowser for help on using the repository browser.