Changeset 150adbd2 in mainline for uspace/lib/device/src/hr.c


Ignore:
Timestamp:
2025-06-29T10:08:40Z (9 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
40ab4901
Parents:
93ea452
Message:

hr: add NOOP metadata type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/device/src/hr.c

    r93ea452 r150adbd2  
    554554        case HR_METADATA_MD:
    555555                return "Linux Multiple Device";
     556        case HR_METADATA_NOOP:
     557                return "NOOP Metadata";
    556558        default:
    557559                return "Invalid metadata type value";
Note: See TracChangeset for help on using the changeset viewer.