Changeset 6d0fc11 in mainline for uspace/srv/bd/hr/io.h


Ignore:
Timestamp:
2025-03-30T19:38:58Z (4 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
baa4929
Parents:
746e636
Message:

hr: style: align structures, function prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/io.h

    r746e636 r6d0fc11  
    4040
    4141typedef struct hr_io {
    42         hr_bd_op_type_t type;
    43         uint64_t ba;
    44         uint64_t cnt;
    45         size_t extent;
    46         void *data_read;
    47         const void *data_write;
    48         hr_volume_t *vol;
    49         void (*state_callback)(hr_volume_t *, size_t, errno_t);
     42        hr_bd_op_type_t  type;
     43        uint64_t        ba;
     44        uint64_t        cnt;
     45        size_t          extent;
     46        void            *data_read;
     47        const void      *data_write;
     48        hr_volume_t     *vol;
     49        void            (*state_callback)(hr_volume_t *, size_t, errno_t);
    5050} hr_io_t;
    5151
Note: See TracChangeset for help on using the changeset viewer.