Changeset cd4b184 in mainline for uspace/drv/usbhub/usbhub.h
- Timestamp:
- 2011-02-25T16:23:20Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc34f32f
- Parents:
- d493ac17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
rd493ac17 rcd4b184 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. … … 89 89 * check changes on all registered hubs 90 90 */ 91 void usb_hub_check_hub_changes(void); 91 //void usb_hub_check_hub_changes(void); 92 93 /** 94 * check changes on specified hub 95 * @param hub_info_param pointer to usb_hub_info_t structure 96 */ 97 void usb_hub_check_hub_changes(usb_hub_info_t * hub_info_param); 92 98 93 99
Note:
See TracChangeset
for help on using the changeset viewer.