Changeset d15797d in mainline for uspace/drv/bus/usb/usbhub/usbhub.h
- Timestamp:
- 2017-10-08T20:34:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53a309e
- Parents:
- 2fd26bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.h
r2fd26bb rd15797d 38 38 #define DRV_USBHUB_USBHUB_H 39 39 40 #include <ipc/devman.h>41 40 #include <ddf/driver.h> 42 41 … … 72 71 /** Condition variable for pending_ops_count. */ 73 72 fibril_condvar_t pending_ops_cv; 74 /** Pointer to devmanusbhub function. */73 /** Pointer to usbhub function. */ 75 74 ddf_fun_t *hub_fun; 76 75 /** Status indicator */
Note:
See TracChangeset
for help on using the changeset viewer.