satip-axe/kernel/arch/m68k/include/asm/bitops.h

6 lines
78 B
C

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