Changeset d30e067 in mainline for uspace/lib/drv/include/ops/hw_res.h


Ignore:
Timestamp:
2025-03-02T20:02:33Z (5 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
8cdf360
Parents:
7debda3 (diff), 4285f384 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge 'upstream/master' into helenraid-para

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/ops/hw_res.h

    r7debda3 rd30e067  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
     2 * Copyright (c) 2025 Jiri Svoboda
    33 * Copyright (c) 2010 Lenka Trochtova
    44 * Copyright (c) 2011 Jan Vesely
     
    5050        errno_t (*dma_channel_setup)(ddf_fun_t *, unsigned, uint32_t, uint32_t, uint8_t);
    5151        errno_t (*dma_channel_remain)(ddf_fun_t *, unsigned, size_t *);
    52         errno_t (*get_flags)(ddf_fun_t *, hw_res_flags_t *);
     52        errno_t (*query_legacy_io)(ddf_fun_t *, hw_res_claims_t *);
     53        errno_t (*claim_legacy_io)(ddf_fun_t *, hw_res_claims_t);
    5354} hw_res_ops_t;
    5455
Note: See TracChangeset for help on using the changeset viewer.