X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-s390%2Fcompat.h;h=de065b32381a36867eb7bf6bc58f2b0ba8ddeec2;hb=03054de1e0b90b33e9974107d84dabd2509f5898;hp=296f4f1a20e1a2f8a79c89210091316348141f46;hpb=67c2b7d9d224232ee730b9c9444abed824b62e7a;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-s390/compat.h b/include/asm-s390/compat.h index 296f4f1a20e..de065b32381 100644 --- a/include/asm-s390/compat.h +++ b/include/asm-s390/compat.h @@ -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; @@ -147,7 +149,7 @@ typedef u32 compat_sigset_word; * A pointer passed in from user mode. This should not * be used for syscall parameters, just declare them * as pointers because the syscall entry code will have - * appropriately comverted them already. + * appropriately converted them already. */ typedef u32 compat_uptr_t;