Changeset 71f211f in mainline for uspace/drv/bus/usb/usbhub/usbhub.h
- Timestamp:
- 2018-01-13T20:47:58Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8a0c52a
- Parents:
- 7dddd7b
- git-author:
- Petr Manek <petr.manek@…> (2018-01-13 20:44:08)
- git-committer:
- Petr Manek <petr.manek@…> (2018-01-13 20:47:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.h
r7dddd7b r71f211f 44 44 #include <usb/dev/pipes.h> 45 45 #include <usb/dev/driver.h> 46 #include <usb/dev/poll.h> 46 47 47 48 #include <fibril_synch.h> … … 59 60 /** Generic usb device data*/ 60 61 usb_device_t *usb_device; 61 62 /** Data polling handle. */ 63 usb_device_polling_t *polling; 62 64 /** Number of pending operations on the mutex to prevent shooting 63 65 * ourselves in the foot.
Note:
See TracChangeset
for help on using the changeset viewer.