Changeset 3b5d1535 in mainline for uspace/drv/uhci-rhd/port.h
- Timestamp:
- 2011-02-23T10:28:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb48f61
- Parents:
- e936e8e (diff), eb1a2f4 (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/drv/uhci-rhd/port.h
re936e8e r3b5d1535 36 36 37 37 #include <assert.h> 38 #include <d river.h> /* device_t */38 #include <ddf/driver.h> 39 39 #include <stdint.h> 40 40 #include <usb/usbdevice.h> … … 48 48 unsigned wait_period_usec; 49 49 usb_hc_connection_t hc_connection; 50 d evice_t *rh;50 ddf_dev_t *rh; 51 51 devman_handle_t attached_device; 52 52 fid_t checker; … … 55 55 int uhci_port_init( 56 56 uhci_port_t *port, port_status_t *address, unsigned number, 57 unsigned usec, d evice_t *rh, int parent_phone);57 unsigned usec, ddf_dev_t *rh, int parent_phone); 58 58 59 59 void uhci_port_fini(uhci_port_t *port);
Note:
See TracChangeset
for help on using the changeset viewer.