kernel_samsung_sm7125/arch/m68k/include/asm/atomic.h

5 lines
78 B

#ifdef __uClinux__
#include "atomic_no.h"
#else
#include "atomic_mm.h"
#endif