Changeset eb1a2f4 in mainline for uspace/lib/drv/include/usb_iface.h
- Timestamp:
- 2011-02-22T23:30:56Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update
- Children:
- 3b5d1535, a9c674e0
- Parents:
- dbe25f1 (diff), 664af708 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usb_iface.h
rdbe25f1 reb1a2f4 38 38 #define LIBDRV_USB_IFACE_H_ 39 39 40 #include "d river.h"40 #include "ddf/driver.h" 41 41 #include <usb/usb.h> 42 42 typedef enum { … … 75 75 /** USB device communication interface. */ 76 76 typedef struct { 77 int (*get_address)(d evice_t *, devman_handle_t, usb_address_t *);78 int (*get_interface)(d evice_t *, devman_handle_t, int *);79 int (*get_hc_handle)(d evice_t *, devman_handle_t *);77 int (*get_address)(ddf_fun_t *, devman_handle_t, usb_address_t *); 78 int (*get_interface)(ddf_fun_t *, devman_handle_t, int *); 79 int (*get_hc_handle)(ddf_fun_t *, devman_handle_t *); 80 80 } usb_iface_t; 81 81
Note:
See TracChangeset
for help on using the changeset viewer.