patch-2.3.39 linux/include/linux/usbdev_fs_i.h
Next file: linux/include/linux/usbdev_fs_sb.h
Previous file: linux/include/linux/umsdos_fs.h
Back to the patch index
Back to the overall index
-  Lines: 12
-  Date:
Mon Jan 10 11:32:48 2000
-  Orig file: 
v2.3.38/linux/include/linux/usbdev_fs_i.h
-  Orig date: 
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.38/linux/include/linux/usbdev_fs_i.h linux/include/linux/usbdev_fs_i.h
@@ -0,0 +1,11 @@
+struct usb_device;
+struct usb_bus;
+
+struct usbdev_inode_info {
+	struct list_head dlist;
+	struct list_head slist;
+	union {
+		struct usb_device *dev;
+		struct usb_bus *bus;
+	} p;
+};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)