Go to the documentation of this file.
4 #define __EXPORTED_HEADERS__
9 #define DECLARE_BITMAP(name,bits) \
10 unsigned long name[BITS_TO_LONGS(bits)]
94 #ifndef __BIT_TYPES_DEFINED__
95 #define __BIT_TYPES_DEFINED__
110 #if defined(__GNUC__)
112 typedef __u64 u_int64_t;
113 typedef __s64 int64_t;
117 #define aligned_u64 __u64 __attribute__((aligned(8)))
118 #define aligned_be64 __be64 __attribute__((aligned(8)))
119 #define aligned_le64 __le64 __attribute__((aligned(8)))
142 #define pgoff_t unsigned long
145 #ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT
154 #ifdef __CHECK_ENDIAN__
160 #ifdef CONFIG_PHYS_ADDR_T_64BIT
212 #define rcu_head callback_head