Changes in uspace/lib/usb/include/usb/ddfiface.h [3e4f2e0:27ed734c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/ddfiface.h
r3e4f2e0 r27ed734c 39 39 #include <usb_iface.h> 40 40 41 int usb_iface_get_hc_handle_hub_impl(ddf_fun_t *, devman_handle_t *); 42 int usb_iface_get_address_hub_impl(ddf_fun_t *, devman_handle_t, 43 usb_address_t *); 41 int usb_iface_get_hc_handle_device_impl(ddf_fun_t *, devman_handle_t *); 42 int usb_iface_get_my_address_forward_impl(ddf_fun_t *, usb_address_t *); 44 43 extern usb_iface_t usb_iface_hub_impl; 45 44 46 int usb_iface_get_hc_handle_hub_child_impl(ddf_fun_t *, devman_handle_t *); 47 int usb_iface_get_address_hub_child_impl(ddf_fun_t *, devman_handle_t, 48 usb_address_t *); 45 int usb_iface_get_my_address_from_device_data(ddf_fun_t *, usb_address_t *); 49 46 extern usb_iface_t usb_iface_hub_child_impl; 50 47 51 48 int usb_iface_get_hc_handle_hc_impl(ddf_fun_t *, devman_handle_t *); 52 53 49 54 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.