Changes in uspace/lib/usb/src/hcdhubd_private.h [4144630:4317827] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hcdhubd_private.h
r4144630 r4317827 46 46 usb_address_t usb_get_address_by_handle(devman_handle_t); 47 47 int usb_add_hc_device(device_t *); 48 int usb_add_hub_device(device_t *);49 50 /** lowest allowed usb address */51 extern int usb_lowest_address;52 53 /** highest allowed usb address */54 extern int usb_highest_address;55 56 /**57 * @brief initialize address list of given hcd58 *59 * This function should be used only for hcd initialization.60 * It creates interval list of free addresses, thus it is initialized as61 * list with one interval with whole address space. Using an address shrinks62 * the interval, freeing an address extends an interval or creates a63 * new one.64 *65 * @param hcd66 * @return67 */68 void usb_create_address_list(usb_hc_device_t * hcd);69 70 71 72 73 74 48 75 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.