Changeset f0360ec in mainline for uspace/srv/bd/hr/io.h
- Timestamp:
- 2025-06-17T22:33:02Z (8 months ago)
- Children:
- f0cc1c64
- Parents:
- 3c518fc
- File:
-
- 1 edited
-
uspace/srv/bd/hr/io.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/io.h
r3c518fc rf0360ec 42 42 43 43 typedef struct hr_io { 44 hr_bd_op_type_t type; /* read/write /sync*/44 hr_bd_op_type_t type; /* read/write */ 45 45 uint64_t ba; 46 46 uint64_t cnt; … … 67 67 68 68 extern errno_t hr_io_worker(void *); 69 extern errno_t hr_io_worker_basic(void *);70 69 71 70 extern errno_t hr_io_raid5_basic_reader(void *);
Note:
See TracChangeset
for help on using the changeset viewer.
