Changeset 6d0fc11 in mainline for uspace/srv/bd/hr/io.h
- Timestamp:
- 2025-03-30T19:38:58Z (4 months ago)
- Children:
- baa4929
- Parents:
- 746e636
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/io.h
r746e636 r6d0fc11 40 40 41 41 typedef struct hr_io { 42 hr_bd_op_type_t type;43 uint64_t ba;44 uint64_t cnt;45 size_t extent;46 void 47 const void 48 hr_volume_t 49 void 42 hr_bd_op_type_t type; 43 uint64_t ba; 44 uint64_t cnt; 45 size_t extent; 46 void *data_read; 47 const void *data_write; 48 hr_volume_t *vol; 49 void (*state_callback)(hr_volume_t *, size_t, errno_t); 50 50 } hr_io_t; 51 51
Note:
See TracChangeset
for help on using the changeset viewer.