URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [linux/] [usbdev_fs_i.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
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; };
Go to most recent revision | Compare with Previous | Blame | View Log