patch-2.2.18 linux/include/linux/usbdev_fs_i.h
Next file: linux/include/linux/usbdev_fs_sb.h
Previous file: linux/include/linux/usb.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Fri Sep 1 13:51:30 2000
- Orig file:
v2.2.17/include/linux/usbdev_fs_i.h
- Orig date:
Thu Jan 1 01:00:00 1970
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/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)