summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/byteorder.h
blob: f1e1d78ae84f640cc7e96f3b69e89c404549d6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __ASM_ARM_BYTEORDER_H
#define __ASM_ARM_BYTEORDER_H

#include <asm/types.h>

#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
#  define __BYTEORDER_HAS_U64__
#  define __SWAB_64_THRU_32__
#endif

#include <linux/byteorder/little_endian.h>

#endif