Changes in uspace/drv/bus/usb/usbhub/usbhub.h [bb70637:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.h
rbb70637 r9d58539 39 39 #include <ddf/driver.h> 40 40 41 #include <usb/dev/hub.h> 41 42 #include <usb/classes/hub.h> 42 43 … … 80 81 }; 81 82 82 extern const usb_endpoint_description_t hub_status_change_endpoint_description;83 84 83 int usb_hub_device_add(usb_device_t *usb_dev); 85 84 int usb_hub_device_remove(usb_device_t *usb_dev);
Note:
See TracChangeset
for help on using the changeset viewer.