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

6 lines
84 B
C

#ifdef __uClinux__
#include "byteorder_no.h"
#else
#include "byteorder_mm.h"
#endif