1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef _UAPI_LINUX_BYTEORDER_BIG_ENDIAN_H 8 #define _UAPI_LINUX_BYTEORDER_BIG_ENDIAN_H 9 #ifndef __BIG_ENDIAN 10 #define __BIG_ENDIAN 4321 11 #endif 12 #ifndef __BIG_ENDIAN_BITFIELD 13 #define __BIG_ENDIAN_BITFIELD 14 #endif 15 #include <linux/stddef.h> 16 #include <linux/types.h> 17 #include <linux/swab.h> 18 #define __constant_htonl(x) (( __be32) (__u32) (x)) 19 #define __constant_ntohl(x) (( __u32) (__be32) (x)) 20 #define __constant_htons(x) (( __be16) (__u16) (x)) 21 #define __constant_ntohs(x) (( __u16) (__be16) (x)) 22 #define __constant_cpu_to_le64(x) (( __le64) ___constant_swab64((x))) 23 #define __constant_le64_to_cpu(x) ___constant_swab64(( __u64) (__le64) (x)) 24 #define __constant_cpu_to_le32(x) (( __le32) ___constant_swab32((x))) 25 #define __constant_le32_to_cpu(x) ___constant_swab32(( __u32) (__le32) (x)) 26 #define __constant_cpu_to_le16(x) (( __le16) ___constant_swab16((x))) 27 #define __constant_le16_to_cpu(x) ___constant_swab16(( __u16) (__le16) (x)) 28 #define __constant_cpu_to_be64(x) (( __be64) (__u64) (x)) 29 #define __constant_be64_to_cpu(x) (( __u64) (__be64) (x)) 30 #define __constant_cpu_to_be32(x) (( __be32) (__u32) (x)) 31 #define __constant_be32_to_cpu(x) (( __u32) (__be32) (x)) 32 #define __constant_cpu_to_be16(x) (( __be16) (__u16) (x)) 33 #define __constant_be16_to_cpu(x) (( __u16) (__be16) (x)) 34 #define __cpu_to_le64(x) (( __le64) __swab64((x))) 35 #define __le64_to_cpu(x) __swab64(( __u64) (__le64) (x)) 36 #define __cpu_to_le32(x) (( __le32) __swab32((x))) 37 #define __le32_to_cpu(x) __swab32(( __u32) (__le32) (x)) 38 #define __cpu_to_le16(x) (( __le16) __swab16((x))) 39 #define __le16_to_cpu(x) __swab16(( __u16) (__le16) (x)) 40 #define __cpu_to_be64(x) (( __be64) (__u64) (x)) 41 #define __be64_to_cpu(x) (( __u64) (__be64) (x)) 42 #define __cpu_to_be32(x) (( __be32) (__u32) (x)) 43 #define __be32_to_cpu(x) (( __u32) (__be32) (x)) 44 #define __cpu_to_be16(x) (( __be16) (__u16) (x)) 45 #define __be16_to_cpu(x) (( __u16) (__be16) (x)) 46 #define __cpu_to_le64s(x) __swab64s((x)) 47 #define __le64_to_cpus(x) __swab64s((x)) 48 #define __cpu_to_le32s(x) __swab32s((x)) 49 #define __le32_to_cpus(x) __swab32s((x)) 50 #define __cpu_to_le16s(x) __swab16s((x)) 51 #define __le16_to_cpus(x) __swab16s((x)) 52 #define __cpu_to_be64s(x) do { (void) (x); } while(0) 53 #define __be64_to_cpus(x) do { (void) (x); } while(0) 54 #define __cpu_to_be32s(x) do { (void) (x); } while(0) 55 #define __be32_to_cpus(x) do { (void) (x); } while(0) 56 #define __cpu_to_be16s(x) do { (void) (x); } while(0) 57 #define __be16_to_cpus(x) do { (void) (x); } while(0) 58 #endif 59