aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/types.h b/include/linux/types.h
index 9f11fdd2bd72..745c409ebbb5 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -182,6 +182,8 @@ typedef __u32 __bitwise __be32;
182typedef __u64 __bitwise __le64; 182typedef __u64 __bitwise __le64;
183typedef __u64 __bitwise __be64; 183typedef __u64 __bitwise __be64;
184#endif 184#endif
185typedef __u16 __bitwise __sum16;
186typedef __u32 __bitwise __wsum;
185 187
186#ifdef __KERNEL__ 188#ifdef __KERNEL__
187typedef unsigned __bitwise__ gfp_t; 189typedef unsigned __bitwise__ gfp_t;