OSDN Git Service

debug microblaze
[hos/hos-v4a.git] / kernel / include / arch / irc / mb / axi_intc / ircatr.h
1 /** 
2  *  Hyper Operating System V4 Advance
3  *
4  * @file  ircatr.h
5  * @brief XILINX AXI INTC
6  *
7  * Copyright (C) 1998-2011 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12 #ifndef _KERNEL__arch__irc__xilinx_axi_intc__ircatr_h__
13 #define _KERNEL__arch__irc__xilinx_axi_intc__ircatr_h__
14
15
16 #define _KERNEL_IRCATR_INC_PATH                         "mb/axi_intc"
17
18 #define _KERNEL_IRCATR_IRC                                      TRUE            /**< %jp{IRCの有無} */
19 #define _KERNEL_IRCATR_REG_BASE                         TRUE            /**< %jp{IRCレジスタベースアドレスの有無} */
20 #define _KERNEL_IRCATR_REG_BASE_DEF                     0x41200000      /**< %jp{デフォルトのIRCレジスタベースアドレス} */
21
22 #define _KERNEL_IRCATR_TMIN_INTNO                       0                       /**< %jp{割込み番号の最小値} */
23 #define _KERNEL_IRCATR_TMAX_INTNO                       31                      /**< %jp{割込み番号の最大値} */
24
25
26 #endif  /* _KERNEL__arch__irc__xilinx_axi_intc__ircatr_h__ */
27
28
29
30 /* end of file */