Changeset 0fce1a6 in mainline for uspace/lib/device/include/hr.h
- Timestamp:
- 2025-06-09T21:24:57Z (6 weeks ago)
- Children:
- 9ee9c60b
- Parents:
- eabc094c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/device/include/hr.h
reabc094c r0fce1a6 56 56 57 57 typedef enum hr_layout { 58 HR_ RLQ_NONE = 0,59 HR_ RLQ_RAID4_0,/* RAID-4 Non-Rotating Parity 0 */60 HR_ RLQ_RAID4_N,/* RAID-4 Non-Rotating Parity N */61 HR_ RLQ_RAID5_0R, /* RAID-5 Rotating Parity 0 with Data Restart */62 HR_ RLQ_RAID5_NR, /* RAID-5 Rotating Parity N with Data Restart */63 HR_ RLQ_RAID5_NC/* RAID-5 Rotating Parity N with Data Continuation */58 HR_LAYOUT_NONE = 0, 59 HR_LAYOUT_RAID4_0, /* RAID-4 Non-Rotating Parity 0 */ 60 HR_LAYOUT_RAID4_N, /* RAID-4 Non-Rotating Parity N */ 61 HR_LAYOUT_RAID5_0R, /* RAID-5 Rotating Parity 0 with Data Restart */ 62 HR_LAYOUT_RAID5_NR, /* RAID-5 Rotating Parity N with Data Restart */ 63 HR_LAYOUT_RAID5_NC /* RAID-5 Rotating Parity N with Data Continuation */ 64 64 } hr_layout_t; 65 65
Note:
See TracChangeset
for help on using the changeset viewer.