Changeset a546687 in mainline for uspace/lib/usb/include/usb/pipes.h
- Timestamp:
- 2011-04-09T09:17:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d48fcc0
- Parents:
- d5ac90f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/pipes.h
rd5ac90f ra546687 84 84 /** Guard for serialization of requests over the phone. */ 85 85 fibril_mutex_t hc_phone_mutex; 86 87 /** Number of active transfers over the pipe. */ 88 int refcount; 86 89 } usb_pipe_t; 87 90
Note:
See TracChangeset
for help on using the changeset viewer.