Changeset 89d3f3c7 in mainline for uspace/drv/bus/usb/usbmast/bo_trans.c
- Timestamp:
- 2011-07-15T19:45:42Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7190bbc
- Parents:
- dcbb3ec
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmast/bo_trans.c
rdcbb3ec r89d3f3c7 32 32 /** 33 33 * @file 34 * Generic functions for USB mass storage (implementation). 35 */ 36 #include "mast.h" 37 #include "cmds.h" 34 * USB mass storage bulk-only transport. 35 */ 38 36 #include <bool.h> 39 37 #include <errno.h> … … 41 39 #include <usb/debug.h> 42 40 #include <usb/dev/request.h> 41 42 #include "bo_trans.h" 43 #include "cmdw.h" 43 44 44 45 bool usb_mast_verbose = false;
Note:
See TracChangeset
for help on using the changeset viewer.