Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / linux / ioctl32.h
index e5bff65..948809d 100644 (file)
@@ -1,23 +1,12 @@
 #ifndef IOCTL32_H
 #define IOCTL32_H 1
 
-struct file;
-
-/* 
- * Register an 32bit ioctl translation handler for ioctl cmd.
- *
- * handler == NULL: use 64bit ioctl handler.
- * arguments to handler:  fd: file descriptor
- *                        cmd: ioctl command.
- *                        arg: ioctl argument
- *                        struct file *file: file descriptor pointer.
- */ 
+#include <linux/compiler.h>    /* for __deprecated */
 
-extern int register_ioctl32_conversion(unsigned int cmd, int (*handler)(unsigned int, unsigned int, unsigned long, struct file *));
-
-extern int unregister_ioctl32_conversion(unsigned int cmd);
+struct file;
 
-typedef int (*ioctl_trans_handler_t)(unsigned int, unsigned int, unsigned long, struct file *);
+typedef int (*ioctl_trans_handler_t)(unsigned int, unsigned int,
+                                       unsigned long, struct file *);
 
 struct ioctl_trans {
        unsigned long cmd;