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


Ignore:
Timestamp:
2025-04-01T09:53:51Z (4 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
52be5fa
Parents:
44da6c8
Message:

hr: align struct hr_extent members

File:
1 edited

Legend:

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

    r44da6c8 rc7e6a3e  
    9797
    9898typedef struct hr_extent {
    99         service_id_t     svc_id;
    100         hr_ext_status_t  status;
     99        service_id_t    svc_id;
     100        hr_ext_status_t status;
     101        uint64_t        blkno;
    101102} hr_extent_t;
    102103
Note: See TracChangeset for help on using the changeset viewer.