Changeset b8622e2 in mainline for uspace/drv/usbhub/usbhub.h
- Timestamp:
- 2011-02-25T16:59:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a1aa20, 81c508c
- Parents:
- 3b0fb049 (diff), dff940f8 (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
r3b0fb049 rb8622e2 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.