1#define NXIRC 1
2#ifdef _LOCORE
3 .ifndef _KERNEL_OPT_NXIRC
4 .global _KERNEL_OPT_NXIRC
5 .equiv _KERNEL_OPT_NXIRC,0x1
6 .endif
7#else
8__asm(" .ifndef _KERNEL_OPT_NXIRC\n .global _KERNEL_OPT_NXIRC\n .equiv _KERNEL_OPT_NXIRC,0x1\n .endif");
9#endif
10#define NCOM_XIRC 1
11#ifdef _LOCORE
12 .ifndef _KERNEL_OPT_NCOM_XIRC
13 .global _KERNEL_OPT_NCOM_XIRC
14 .equiv _KERNEL_OPT_NCOM_XIRC,0x1
15 .endif
16#else
17__asm(" .ifndef _KERNEL_OPT_NCOM_XIRC\n .global _KERNEL_OPT_NCOM_XIRC\n .equiv _KERNEL_OPT_NCOM_XIRC,0x1\n .endif");
18#endif
19#define NXI_XIRC 1
20#ifdef _LOCORE
21 .ifndef _KERNEL_OPT_NXI_XIRC
22 .global _KERNEL_OPT_NXI_XIRC
23 .equiv _KERNEL_OPT_NXI_XIRC,0x1
24 .endif
25#else
26__asm(" .ifndef _KERNEL_OPT_NXI_XIRC\n .global _KERNEL_OPT_NXI_XIRC\n .equiv _KERNEL_OPT_NXI_XIRC,0x1\n .endif");
27#endif
28