Changes in uspace/lib/usb/src/hcdhubd_private.h [3b77628:4317827] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hcdhubd_private.h
r3b77628 r4317827 27 27 */ 28 28 29 /** @addtogroup libusb 29 /** @addtogroup libusb usb 30 30 * @{ 31 31 */ … … 47 47 int usb_add_hc_device(device_t *); 48 48 49 /** lowest allowed usb address */50 extern int usb_lowest_address;51 52 /** highest allowed usb address */53 extern int usb_highest_address;54 55 /**56 * @brief initialize address list of given hcd57 *58 * This function should be used only for hcd initialization.59 * It creates interval list of free addresses, thus it is initialized as60 * list with one interval with whole address space. Using an address shrinks61 * the interval, freeing an address extends an interval or creates a62 * new one.63 *64 * @param hcd65 * @return66 */67 void usb_create_address_list(usb_hc_device_t * hcd);68 69 70 71 72 73 74 49 #endif 75 50 /**
Note:
See TracChangeset
for help on using the changeset viewer.