Changeset 27ed734c in mainline for uspace/lib/usb/include
- Timestamp:
- 2011-10-31T13:06:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e07cbc0
- Parents:
- d25e0a4
- Location:
- uspace/lib/usb/include/usb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/ddfiface.h
rd25e0a4 r27ed734c 40 40 41 41 int usb_iface_get_hc_handle_device_impl(ddf_fun_t *, devman_handle_t *); 42 int usb_iface_get_address_forward_impl(ddf_fun_t *, devman_handle_t, 43 usb_address_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_address_from_device_data(ddf_fun_t *, devman_handle_t, 47 usb_address_t *); 45 int usb_iface_get_my_address_from_device_data(ddf_fun_t *, usb_address_t *); 48 46 extern usb_iface_t usb_iface_hub_child_impl; 49 47 50 48 int usb_iface_get_hc_handle_hc_impl(ddf_fun_t *, devman_handle_t *); 51 52 49 53 50 #endif -
uspace/lib/usb/include/usb/hc.h
rd25e0a4 r27ed734c 62 62 devman_handle_t *); 63 63 64 usb_address_t usb_ hc_get_address_by_handle(devman_handle_t);64 usb_address_t usb_get_address_by_handle(devman_handle_t); 65 65 66 66 int usb_hc_find(devman_handle_t, devman_handle_t *);
Note:
See TracChangeset
for help on using the changeset viewer.