Changeset d1d355f in mainline for uspace/lib/device/include
- Timestamp:
- 2025-05-06T21:30:30Z (3 months ago)
- Children:
- c2f0160
- Parents:
- 40f56a4
- Location:
- uspace/lib/device/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/include/hr.h
r40f56a4 rd1d355f 125 125 extern errno_t hr_assemble(hr_t *, hr_config_t *, size_t *); 126 126 extern errno_t hr_auto_assemble(size_t *); 127 extern errno_t hr_stop(const char *, long); 128 extern errno_t hr_add_hotspare(service_id_t, service_id_t); 127 extern errno_t hr_stop(const char *); 128 extern errno_t hr_stop_all(void); 129 extern errno_t hr_fail_extent(const char *, unsigned long); 130 extern errno_t hr_add_hotspare(const char *, const char *); 129 131 extern errno_t hr_print_status(void); 130 132 extern const char *hr_get_vol_status_msg(hr_vol_status_t); -
uspace/lib/device/include/ipc/hr.h
r40f56a4 rd1d355f 43 43 HR_AUTO_ASSEMBLE, 44 44 HR_STOP, 45 HR_STOP_ALL, 46 HR_FAIL_EXTENT, 45 47 HR_ADD_HOTSPARE, 46 48 HR_STATUS
Note:
See TracChangeset
for help on using the changeset viewer.