Changeset b72efe8 in mainline for uspace/drv/ohci/hc.h
- Timestamp:
- 2011-06-19T14:38:59Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74464e8
- Parents:
- 1d1bb0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.h
r1d1bb0f rb72efe8 68 68 endpoint_list_t lists[4]; 69 69 /** List of active transfers */ 70 li nk_t pending_batches;70 list_t pending_batches; 71 71 72 72 /** Fibril for periodic checks if interrupts can't be used */
Note:
See TracChangeset
for help on using the changeset viewer.