Changeset fc265b4 in mainline for uspace/lib/device/include/hr.h
- Timestamp:
- 2025-05-07T10:41:29Z (5 weeks ago)
- Children:
- af4ecb76
- Parents:
- ac4b70b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/include/hr.h
rac4b70b rfc265b4 124 124 extern errno_t hr_create(hr_t *, hr_config_t *); 125 125 extern errno_t hr_assemble(hr_t *, hr_config_t *, size_t *); 126 extern errno_t hr_auto_assemble( size_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 *);131 extern errno_t hr_print_status( void);126 extern errno_t hr_auto_assemble(hr_t *, size_t *); 127 extern errno_t hr_stop(hr_t *, const char *); 128 extern errno_t hr_stop_all(hr_t *); 129 extern errno_t hr_fail_extent(hr_t *, const char *, unsigned long); 130 extern errno_t hr_add_hotspare(hr_t *, const char *, const char *); 131 extern errno_t hr_print_status(hr_t *); 132 132 extern const char *hr_get_vol_status_msg(hr_vol_status_t); 133 133 extern const char *hr_get_ext_status_msg(hr_ext_status_t);
Note:
See TracChangeset
for help on using the changeset viewer.