Changeset 263a2389 in mainline for uspace/lib/device
- Timestamp:
- 2025-06-22T07:26:20Z (4 months ago)
- Children:
- c2d737d
- Parents:
- 81b4c795
- Location:
- uspace/lib/device
- Files:
-
- 2 edited
-
include/hr.h (modified) (1 diff)
-
src/hr.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/include/hr.h
r81b4c795 r263a2389 66 66 typedef enum hr_vol_state { 67 67 HR_VOL_NONE = 0, /* Unknown/None */ 68 HR_VOL_O NLINE, /* optimal */68 HR_VOL_OPTIMAL, /* optimal */ 69 69 HR_VOL_FAULTY, /* unusable */ 70 70 HR_VOL_DEGRADED, /* not optimal */ -
uspace/lib/device/src/hr.c
r81b4c795 r263a2389 446 446 case HR_VOL_NONE: 447 447 return "NONE/UNKNOWN"; 448 case HR_VOL_O NLINE:449 return "O NLINE";448 case HR_VOL_OPTIMAL: 449 return "OPTIMAL"; 450 450 case HR_VOL_FAULTY: 451 451 return "FAULTY";
Note:
See TracChangeset
for help on using the changeset viewer.
