X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fcompat.h;h=568c76cdd9000aed94b2d7970bbfdb2f446d6973;hb=d2126e230d3db20ee7f3ef2dc70bb241aafd4f80;hp=67c3f8ec0303bba4e95fdf1eb00b9638d51d62ac;hpb=16cefa8c3863721fd40445a1b34dea18cd16ccfe;p=linux-2.6 diff --git a/include/asm-mips/compat.h b/include/asm-mips/compat.h index 67c3f8ec03..568c76cdd9 100644 --- a/include/asm-mips/compat.h +++ b/include/asm-mips/compat.h @@ -37,8 +37,10 @@ typedef s32 compat_key_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;