]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-s390/compat.h
fbdev: move arch-specific bits to their respective subdirectories
[linux-2.6-omap-h63xx.git] / include / asm-s390 / compat.h
index 296f4f1a20e1a2f8a79c89210091316348141f46..7f4ad623f7d5d93a2f423cd76898c1df52883a51 100644 (file)
@@ -60,8 +60,10 @@ typedef s32          compat_timer_t;
 
 typedef s32            compat_int_t;
 typedef s32            compat_long_t;
+typedef s64            compat_s64;
 typedef u32            compat_uint_t;
 typedef u32            compat_ulong_t;
+typedef u64            compat_u64;
 
 struct compat_timespec {
        compat_time_t   tv_sec;