OSDN Git Service

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