This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / linux / types.h
index 288ab65..bc227cc 100644 (file)
@@ -149,6 +149,21 @@ typedef unsigned long sector_t;
  * any application/library that wants linux/types.h.
  */
 
+#ifdef __CHECKER__
+#define __bitwise __attribute__((bitwise))
+#else
+#define __bitwise
+#endif
+
+typedef __u16 __bitwise __le16;
+typedef __u16 __bitwise __be16;
+typedef __u32 __bitwise __le32;
+typedef __u32 __bitwise __be32;
+#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
+typedef __u64 __bitwise __le64;
+typedef __u64 __bitwise __be64;
+#endif
+
 struct ustat {
        __kernel_daddr_t        f_tfree;
        __kernel_ino_t          f_tinode;