Changeset c4ed9fa in mainline
- Timestamp:
- 2024-06-11T09:35:07Z (3 months ago)
- Branches:
- master
- Children:
- 01d5049, 407e251
- Parents:
- 9739b5a
- git-author:
- Jiri Svoboda <jiri@…> (2024-06-10 18:35:04)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-06-11 09:35:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ata/src/ata.c
r9739b5a rc4ed9fa 1037 1037 } 1038 1038 1039 /** Transfer data using DMA during PACKET command. 1040 * 1041 * @param device Device 1042 * @param buf Buffer 1043 * @param buf_size Buffer size 1044 * @param dir DMA direction 1045 * 1046 * @return EOK on success or an error code 1047 */ 1039 1048 static errno_t ata_packet_dma(ata_device_t *device, void *buf, size_t buf_size, 1040 1049 ata_dma_dir_t dir)
Note:
See TracChangeset
for help on using the changeset viewer.