Changes in uspace/drv/bus/usb/usbmast/usbmast.h [4802dd7:135486d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmast/usbmast.h
r4802dd7 r135486d 69 69 /** Block size in bytes */ 70 70 size_t block_size; 71 /** Block device serv erstructure */72 bd_srv _t bd;71 /** Block device service structure */ 72 bd_srvs_t bds; 73 73 } usbmast_fun_t; 74 74
Note:
See TracChangeset
for help on using the changeset viewer.