Changeset 95c675b in mainline for uspace/drv/bus/usb/usbhub
- Timestamp:
- 2017-10-17T13:11:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60af4cdb
- Parents:
- dbf32b1 (diff), a416d070 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/drv/bus/usb/usbhub
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/status.h
rdbf32b1 r95c675b 35 35 #define HUB_STATUS_H 36 36 37 #include <stdbool.h>38 #include <stdint.h>39 37 #include <usb/dev/request.h> 40 38 -
uspace/drv/bus/usb/usbhub/usbhub.h
rdbf32b1 r95c675b 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.
