patch-2.3.46 linux/include/linux/joystick.h

Next file: linux/include/linux/kbd_kern.h
Previous file: linux/include/linux/isdnif.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.45/linux/include/linux/joystick.h linux/include/linux/joystick.h
@@ -129,6 +129,7 @@
 #define JS_BUFF_SIZE		64		/* output buffer size */
 
 #include <linux/version.h>
+#include <linux/devfs_fs_kernel.h>
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,2,0)
 #error "You need to use at least v2.2 Linux kernel."
@@ -217,6 +218,7 @@
 	int num_axes;
 	int num_buttons;
 	char *name;
+	devfs_handle_t devfs_handle;
 };
 
 struct js_list {

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