X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fcompat.h;h=64ab1ddbdf85c5d2cba8ca73750b873b43040a4d;hb=13ef7b69b54aa8ae4ed264d0bf41339737f8543a;hp=aacaabd28ac10ddcc7175a5cf7fbe293be7205f9;hpb=17be03f0a1f42ccfccb38f7d0a94c0f0169634a6;p=linux-2.6 diff --git a/include/asm-powerpc/compat.h b/include/asm-powerpc/compat.h index aacaabd28a..64ab1ddbdf 100644 --- a/include/asm-powerpc/compat.h +++ b/include/asm-powerpc/compat.h @@ -33,8 +33,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;