usbdev_fs_i.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. struct usb_device;
  2. struct usb_bus;
  3. struct usbdev_inode_info {
  4. struct list_head dlist;
  5. struct list_head slist;
  6. union {
  7. struct usb_device *dev;
  8. struct usb_bus *bus;
  9. } p;
  10. };