patch-2.4.20 linux-2.4.20/include/asm-x86_64/ioctl32.h

Next file: linux-2.4.20/include/asm-x86_64/ioctls.h
Previous file: linux-2.4.20/include/asm-x86_64/ioctl.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-x86_64/ioctl32.h linux-2.4.20/include/asm-x86_64/ioctl32.h
@@ -0,0 +1,23 @@
+#ifndef IOCTL32_H
+#define IOCTL32_H 1
+
+struct file;
+
+int sys_ioctl(unsigned int, unsigned int, unsigned long);
+
+/* 
+ * 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.
+ */ 
+
+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);
+
+
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)