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