1 #include <features.h> 2 #include <bits/wordsize.h> 3 4 #if __WORDSIZE == 32 5 # include "powerpc32/pspinlock.c" 6 #else 7 # include "powerpc64/pspinlock.c" 8 #endif 9
1 #include <features.h> 2 #include <bits/wordsize.h> 3 4 #if __WORDSIZE == 32 5 # include "powerpc32/pspinlock.c" 6 #else 7 # include "powerpc64/pspinlock.c" 8 #endif 9