Changeset 09ab0a9a in mainline for uspace/drv/block/usbmast
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/drv/block/usbmast
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/usbmast/bo_trans.c
rb2aaaa0 r09ab0a9a 45 45 #include "usbmast.h" 46 46 47 48 47 #define MASTLOG(format, ...) \ 49 48 usb_log_debug2("USB cl08: " format, ##__VA_ARGS__) -
uspace/drv/block/usbmast/main.c
rb2aaaa0 r09ab0a9a 384 384 } 385 385 386 387 386 /** USB mass storage driver ops. */ 388 387 static const usb_driver_ops_t usbmast_driver_ops = { -
uspace/drv/block/usbmast/usbmast.h
rb2aaaa0 r09ab0a9a 56 56 } usbmast_dev_t; 57 57 58 59 58 /** Mass storage function. 60 59 *
Note:
See TracChangeset
for help on using the changeset viewer.