]> git.buserror.net Git - polintos/scott/priv.git/blob - include/c/lowlevel/arch.h
Initial checkin from Perforce.
[polintos/scott/priv.git] / include / c / lowlevel / arch.h
1 #ifndef _LL_ARCH_H
2 #define _LL_ARCH_H
3
4 // Yuck.  But it avoids symlinks, and ## doesn't seem to work in this context.
5
6 #define _LL_INC3()   <lowlevel/arch-
7 #define _LL_INC2()   _LL_INC3()_LL_ARCH
8 #define _LL_INC(INC) _LL_INC2()/INC>
9
10 #ifdef _LL_NOSMP
11 #define _LL_SMP 0
12 #else
13 #define _LL_SMP 1
14 #endif
15
16 #endif