Changeset 5156580 in mainline for uspace/drv/ohci/root_hub.c
- Timestamp:
- 2011-03-21T13:37:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9078de8f
- Parents:
- d328172
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/root_hub.c
rd328172 r5156580 46 46 { 47 47 assert(instance); 48 instance->address = 0;48 instance->address = -1; 49 49 instance->registers = regs; 50 50 instance->device = dev;
Note:
See TracChangeset
for help on using the changeset viewer.