Changes in uspace/drv/bus/usb/usbhub/usbhub.h [d15797d:58563585] in mainline
- File:
-
- 1 edited
-
uspace/drv/bus/usb/usbhub/usbhub.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.h
rd15797d r58563585 38 38 #define DRV_USBHUB_USBHUB_H 39 39 40 #include <ipc/devman.h> 40 41 #include <ddf/driver.h> 41 42 … … 71 72 /** Condition variable for pending_ops_count. */ 72 73 fibril_condvar_t pending_ops_cv; 73 /** Pointer to usbhub function. */74 /** Pointer to devman usbhub function. */ 74 75 ddf_fun_t *hub_fun; 75 76 /** Status indicator */
Note:
See TracChangeset
for help on using the changeset viewer.
