Changeset 832cbe7 in mainline for uspace/lib/drv/include/ops/hw_res.h
- Timestamp:
- 2025-02-05T12:30:20Z (7 days ago)
- Branches:
- master
- Children:
- accdf882
- Parents:
- 0dab4850
- git-author:
- Jiri Svoboda <jiri@…> (2025-02-04 21:30:06)
- git-committer:
- Jiri Svoboda <jiri@…> (2025-02-05 12:30:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/ops/hw_res.h
r0dab4850 r832cbe7 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2025 Jiri Svoboda 3 3 * Copyright (c) 2010 Lenka Trochtova 4 4 * Copyright (c) 2011 Jan Vesely … … 50 50 errno_t (*dma_channel_setup)(ddf_fun_t *, unsigned, uint32_t, uint32_t, uint8_t); 51 51 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); 53 54 } hw_res_ops_t; 54 55
Note:
See TracChangeset
for help on using the changeset viewer.