Changeset 3a68baa in mainline for uspace/lib/device/include/hr.h
- Timestamp:
- 2025-01-12T21:53:55Z (6 months ago)
- Children:
- 36661772
- Parents:
- 5ee041e
- git-author:
- Miroslav Cimerman <mc@…> (2025-01-12 21:21:03)
- git-committer:
- Miroslav Cimerman <mc@…> (2025-01-12 21:53:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/include/hr.h
r5ee041e r3a68baa 68 68 69 69 typedef enum hr_vol_status { 70 HR_VOL_ONLINE, /* OK, OPTIMAL */ 70 HR_VOL_INVALID, 71 HR_VOL_ONLINE, /* OPTIMAL */ 71 72 HR_VOL_FAULTY, 72 73 HR_VOL_DEGRADED, /* also used for partial, but usable mirror */ … … 75 76 76 77 typedef enum hr_ext_status { 78 HR_EXT_INVALID, 77 79 HR_EXT_ONLINE, /* OK */ 78 80 HR_EXT_MISSING,
Note:
See TracChangeset
for help on using the changeset viewer.