Changeset 79ae36dd in mainline for uspace/lib/usb/include
- Timestamp:
- 2011-06-08T19:01:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0eff68e
- Parents:
- 764d71e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/hc.h
r764d71e r79ae36dd 40 40 #include <ddf/driver.h> 41 41 #include <bool.h> 42 #include <async.h> 42 43 #include <usb/usb.h> 43 44 … … 46 47 /** Devman handle of the host controller. */ 47 48 devman_handle_t hc_handle; 48 /** Phoneto the host controller. */49 int hc_phone;49 /** Session to the host controller. */ 50 async_sess_t *hc_sess; 50 51 } usb_hc_connection_t; 51 52
Note:
See TracChangeset
for help on using the changeset viewer.