blob: bb88a06902eb8a29dcc6587f7e52a8f0b7c915c3 [file] [log] [blame]
xf.libfc6e712025-02-07 01:54:34 -08001#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