Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/bd_srv.h

    r55edba0 r3e6a98c5  
    5757} bd_srv_t;
    5858
    59 struct bd_ops {
     59typedef struct bd_ops {
    6060        int (*open)(bd_srvs_t *, bd_srv_t *);
    6161        int (*close)(bd_srv_t *);
     
    6565        int (*get_block_size)(bd_srv_t *, size_t *);
    6666        int (*get_num_blocks)(bd_srv_t *, aoff64_t *);
    67 };
     67} bd_ops_t;
    6868
    6969extern void bd_srvs_init(bd_srvs_t *);
Note: See TracChangeset for help on using the changeset viewer.