linux/arch/m68k/include/asm/swab.h

6 lines
74 B
C

#ifdef __uClinux__
#include "swab_no.h"
#else
#include "swab_mm.h"
#endif