Changeset 0fce1a6 in mainline for uspace/lib/device/include/hr.h


Ignore:
Timestamp:
2025-06-09T21:24:57Z (6 weeks ago)
Author:
Miroslav Cimerman <mc@…>
Children:
9ee9c60b
Parents:
eabc094c
Message:

hr: rename HR_RLQ_* to HR_LAYOUT_*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/device/include/hr.h

    reabc094c r0fce1a6  
    5656
    5757typedef 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 */
    6464} hr_layout_t;
    6565
Note: See TracChangeset for help on using the changeset viewer.