Changeset 9262571 in mainline for uspace/lib/usb/src/host/usb_endpoint_manager.c
- Timestamp:
- 2011-04-06T16:06:34Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9783496
- Parents:
- f0891ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/host/usb_endpoint_manager.c
rf0891ce r9262571 86 86 } 87 87 /*----------------------------------------------------------------------------*/ 88 hash_table_operations_t op = {88 static hash_table_operations_t op = { 89 89 .hash = ep_hash, 90 90 .compare = ep_compare,
Note:
See TracChangeset
for help on using the changeset viewer.