Changeset 443695e in mainline for uspace/lib/drv/include/ops/hw_res.h
- Timestamp:
- 2024-05-21T11:33:56Z (13 months ago)
- Branches:
- master
- Children:
- 3526f4f3
- Parents:
- 1801005
- git-author:
- Jiri Svoboda <jiri@…> (2024-05-20 17:33:43)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-05-21 11:33:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/ops/hw_res.h
r1801005 r443695e 1 1 /* 2 * Copyright (c) 2024 Jiri Svoboda 2 3 * Copyright (c) 2010 Lenka Trochtova 3 4 * Copyright (c) 2011 Jan Vesely … … 49 50 errno_t (*dma_channel_setup)(ddf_fun_t *, unsigned, uint32_t, uint32_t, uint8_t); 50 51 errno_t (*dma_channel_remain)(ddf_fun_t *, unsigned, size_t *); 52 errno_t (*get_flags)(ddf_fun_t *, hw_res_flags_t *); 51 53 } hw_res_ops_t; 52 54
Note:
See TracChangeset
for help on using the changeset viewer.