summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/compat.h')
-rw-r--r--include/asm-sparc64/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc64/compat.h b/include/asm-sparc64/compat.h
index 36511ca51416..01fe6682b405 100644
--- a/include/asm-sparc64/compat.h
+++ b/include/asm-sparc64/compat.h
@@ -31,8 +31,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;