Changeset 277ff98 in mainline for uspace/lib/usbdev/src/pipesio.c
- Timestamp:
- 2011-12-11T17:27:29Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 023a902
- Parents:
- c046942
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/pipesio.c
rc046942 r277ff98 45 45 */ 46 46 47 #include <usb/usb.h>48 47 #include <usb/dev/pipes.h> 49 48 #include <errno.h> 50 49 #include <assert.h> 51 #include <usbhc_iface.h>52 50 #include <usb/dev/request.h> 53 #include <async.h>54 #include "pipepriv.h"55 51 56 52 /** Request an in transfer, no checking of input parameters.
Note:
See TracChangeset
for help on using the changeset viewer.