Changeset 6f13257 in mainline for uspace/srv/bd/hr/io.h
- Timestamp:
- 2025-05-20T11:01:31Z (2 months ago)
- Children:
- c5b60e25
- Parents:
- a2281efc
- git-author:
- Miroslav Cimerman <mc@…> (2025-05-20 10:55:15)
- git-committer:
- Miroslav Cimerman <mc@…> (2025-05-20 11:01:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/io.h
ra2281efc r6f13257 40 40 41 41 typedef struct hr_io { 42 hr_bd_op_type_t 43 uint64_t 44 uint64_t 45 size_t 46 void 47 const void 48 hr_volume_t 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 49 } hr_io_t; 50 50
Note:
See TracChangeset
for help on using the changeset viewer.