Changeset d5ac90f in mainline for uspace/lib/usb/include/usb/pipes.h
- Timestamp:
- 2011-04-09T08:27:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a546687
- Parents:
- 61727bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/pipes.h
r61727bf rd5ac90f 42 42 #include <ipc/devman.h> 43 43 #include <ddf/driver.h> 44 #include <fibril_synch.h> 44 45 45 46 /** Abstraction of a physical connection to the device. … … 80 81 */ 81 82 int hc_phone; 83 84 /** Guard for serialization of requests over the phone. */ 85 fibril_mutex_t hc_phone_mutex; 82 86 } usb_pipe_t; 83 87
Note:
See TracChangeset
for help on using the changeset viewer.