Changeset 13ce552 in mainline for uspace/lib/device/src/hr.c
- Timestamp:
- 2024-11-10T19:22:23Z (7 months ago)
- Children:
- 11111e4
- Parents:
- 182ffcc
- git-author:
- Miroslav Cimerman <mc@…> (2024-11-10 16:11:36)
- git-committer:
- Miroslav Cimerman <mc@…> (2024-11-10 19:22:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/src/hr.c
r182ffcc r13ce552 275 275 case HR_VOL_FAULTY: 276 276 return "FAULTY"; 277 case HR_VOL_ WEAKENED:278 return " WEAKENED";277 case HR_VOL_DEGRADED: 278 return "DEGRADED"; 279 279 default: 280 280 return "UNKNOWN";
Note:
See TracChangeset
for help on using the changeset viewer.