Changeset 245b56b5 in mainline for uspace/drv/uhci/root_hub/port.h
- Timestamp:
- 2011-01-29T08:32:04Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 113aef8
- Parents:
- 816175a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/root_hub/port.h
r816175a2 r245b56b5 36 36 37 37 #include <assert.h> 38 #include <driver.h> 38 #include <driver.h> /* device_t */ 39 39 #include <stdint.h> 40 40 … … 55 55 unsigned usec) 56 56 { 57 assert( port);57 assert(port); 58 58 port->address = address; 59 59 port->hc = hc;
Note:
See TracChangeset
for help on using the changeset viewer.