Changeset 399a13c in mainline for uspace/drv/uhci-rhd/port.h
- Timestamp:
- 2011-05-30T13:50:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17d1542
- Parents:
- a5fc431 (diff), 8971926 (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
-
uspace/drv/uhci-rhd/port.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/port.h
ra5fc431 r399a13c 55 55 56 56 /** UHCI port structure */ 57 typedef struct uhci_port 58 { 57 typedef struct uhci_port { 59 58 const char *id_string; 60 59 port_status_t *address; … … 68 67 69 68 int uhci_port_init( 70 uhci_port_t *port, port_status_t *address, unsigned number,71 unsigned usec, ddf_dev_t *rh);69 uhci_port_t *port, port_status_t *address, unsigned number, 70 unsigned usec, ddf_dev_t *rh); 72 71 73 72 void uhci_port_fini(uhci_port_t *port);
Note:
See TracChangeset
for help on using the changeset viewer.
