Changeset 1e32a63 in mainline for uspace/drv/vhc/hubintern.h
- Timestamp:
- 2010-12-13T00:30:09Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9a0cef
- Parents:
- f8597ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/hubintern.h
rf8597ca r1e32a63 37 37 38 38 #include "hub.h" 39 #include <fibril_synch.h> 39 40 40 41 /** Endpoint number for status change pipe. */ … … 124 125 hub_port_state_t state; 125 126 uint16_t status_change; 127 fibril_mutex_t guard; 126 128 } hub_port_t; 127 129 … … 139 141 void clear_port_status_change(hub_port_t *, uint16_t); 140 142 void set_port_status_change(hub_port_t *, uint16_t); 143 void set_port_status_change_nl(hub_port_t *, uint16_t); 141 144 142 145
Note:
See TracChangeset
for help on using the changeset viewer.