6 lines
78 B
C
Raw Normal View History

#ifdef __uClinux__
#include "bitops_no.h"
#else
#include "bitops_mm.h"
#endif