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