[XFS] fix compile on 32 bit systems
[safe/jmp/linux-2.6] / fs / xfs / linux-2.6 / xfs_ioctl.h
index f67dc69..a3446aa 100644 (file)
@@ -67,4 +67,16 @@ xfs_attrmulti_attr_remove(
        char                    *name,
        __uint32_t              flags);
 
+extern long
+xfs_file_compat_ioctl(
+       struct file             *file,
+       unsigned int            cmd,
+       unsigned long           arg);
+
+extern long
+xfs_file_compat_ioctl_invis(
+       struct file             *file,
+       unsigned int            cmd,
+       unsigned long           arg);
+
 #endif