Changes in uspace/drv/bus/usb/usbmast/usbmast.h [135486d:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmast/usbmast.h
r135486d r9d58539 37 37 #define USBMAST_H_ 38 38 39 #include <bd_srv.h>40 39 #include <sys/types.h> 41 40 #include <usb/usb.h> … … 69 68 /** Block size in bytes */ 70 69 size_t block_size; 71 /** Block device service structure */72 bd_srvs_t bds;73 70 } usbmast_fun_t; 74 71
Note:
See TracChangeset
for help on using the changeset viewer.