OSDN Git Service

debug microblaze
[hos/hos-v4a.git] / kernel / source / arch / irc / mb / axi_intc / kini_irc.c
1 /** 
2  *  Hyper Operating System V4 Advance
3  *
4  * @file  kini_int.c
5  * @brief XILINX AXI INTC
6  *
7  * Copyright (C) 1998-2011 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12 #include "core/core.h"
13 #include "object/inhobj.h"
14 #include "object/isrobj.h"
15
16
17 /** %jp{割込みコントローラの初期化} */
18 void _kernel_ini_irc(void)
19 {
20         *_KERNEL_IRC_CIE = 0xffffffff;
21         *_KERNEL_IRC_MER = 0x00000003;
22 }
23
24
25 /* end of file */