Changeset c4ed9fa in mainline


Ignore:
Timestamp:
2024-06-11T09:35:07Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
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)
Message:

Add missing docblock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ata/src/ata.c

    r9739b5a rc4ed9fa  
    10371037}
    10381038
     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 */
    10391048static errno_t ata_packet_dma(ata_device_t *device, void *buf, size_t buf_size,
    10401049    ata_dma_dir_t dir)
Note: See TracChangeset for help on using the changeset viewer.