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

6 lines
78 B
C

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