diff options
Diffstat (limited to 'arch/m68k/include/asm/byteorder_no.h')
-rw-r--r-- | arch/m68k/include/asm/byteorder_no.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/byteorder_no.h b/arch/m68k/include/asm/byteorder_no.h new file mode 100644 index 000000000000..a6f0b8f7f622 --- /dev/null +++ b/arch/m68k/include/asm/byteorder_no.h @@ -0,0 +1,7 @@ +#ifndef _M68KNOMMU_BYTEORDER_H +#define _M68KNOMMU_BYTEORDER_H + +#include <asm/swab.h> +#include <linux/byteorder/big_endian.h> + +#endif /* _M68KNOMMU_BYTEORDER_H */ |