Changeset 8f748215 in mainline for uspace/drv/uhci/root_hub/port.h
- Timestamp:
- 2011-01-07T16:42:00Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 93fb170c
- Parents:
- 15701921
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/root_hub/port.h
r15701921 r8f748215 39 39 #include <stdint.h> 40 40 41 typedef uint16_t uhci_port_reg_t; 41 #include "port_status.h" 42 42 43 43 typedef struct uhci_port 44 44 { 45 uhci_port_reg_t *address;45 port_status_t *address; 46 46 device_t *hc; 47 47 unsigned number; … … 51 51 52 52 static inline void uhci_port_init( 53 uhci_port_t *port, uhci_port_reg_t *address, device_t *hc, unsigned number,53 uhci_port_t *port, port_status_t *address, device_t *hc, unsigned number, 54 54 unsigned usec) 55 55 {
Note:
See TracChangeset
for help on using the changeset viewer.