OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [arm/] [arm_bare_bsp/] [irq/] [bsp_irq_init.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/* 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
 *  bsp_irq_init.c,v 1.1 2000/07/27 01:04:10 joel Exp
14
 */
15
#include <irq.h>
16
#include <bsp.h>
17
#include <registers.h>
18
 
19
 
20
void BSP_rtems_irq_mngt_init() {
21
 
22
  /*
23
   * Here is the code to initialize the INT for
24
   * the specified BSP
25
   */
26
 
27
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.