Changes in uspace/lib/c/include/bd_srv.h [55edba0:3e6a98c5] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/bd_srv.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/bd_srv.h
r55edba0 r3e6a98c5 57 57 } bd_srv_t; 58 58 59 struct bd_ops {59 typedef struct bd_ops { 60 60 int (*open)(bd_srvs_t *, bd_srv_t *); 61 61 int (*close)(bd_srv_t *); … … 65 65 int (*get_block_size)(bd_srv_t *, size_t *); 66 66 int (*get_num_blocks)(bd_srv_t *, aoff64_t *); 67 } ;67 } bd_ops_t; 68 68 69 69 extern void bd_srvs_init(bd_srvs_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
