Changeset 51b46f2 in mainline for uspace/drv/usbhub/usbhub.h
- Timestamp:
- 2011-03-01T15:39:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e135751
- Parents:
- 0e3505a (diff), cc44f7e (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
r0e3505a r51b46f2 75 75 /** 76 76 * function running the hub-controlling loop. 77 * @param noparam fundtion does not need any parameters77 * @param hub_info_param hub info pointer 78 78 */ 79 int usb_hub_control_loop(void * noparam);79 int usb_hub_control_loop(void * hub_info_param); 80 80 81 81 /** Callback when new hub device is detected. … … 87 87 88 88 /** 89 * check changes on all registered hubs 89 * check changes on specified hub 90 * @param hub_info_param pointer to usb_hub_info_t structure 90 91 */ 91 void usb_hub_check_hub_changes( void);92 void usb_hub_check_hub_changes(usb_hub_info_t * hub_info_param); 92 93 93 94 94 //int usb_add_hub_device(device_t *);95 95 96 96
Note:
See TracChangeset
for help on using the changeset viewer.