Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbmast/usbmast.h

    r9d58539 r135486d  
    3737#define USBMAST_H_
    3838
     39#include <bd_srv.h>
    3940#include <sys/types.h>
    4041#include <usb/usb.h>
     
    6869        /** Block size in bytes */
    6970        size_t block_size;
     71        /** Block device service structure */
     72        bd_srvs_t bds;
    7073} usbmast_fun_t;
    7174
Note: See TracChangeset for help on using the changeset viewer.