Changeset 1102eca in mainline for uspace/lib/usbhost/src/dma_buffer.c


Ignore:
Timestamp:
2018-01-08T17:17:38Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bdd8842c
Parents:
eb928c4
Message:

usbhost: documentation & cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/dma_buffer.c

    reb928c4 r1102eca  
    4545};
    4646
    47 /** Allocate a DMA buffer.
     47/**
     48 * Allocate a DMA buffer.
    4849 *
    4950 * @param[in] db dma_buffer_t structure to fill
     
    8081}
    8182
    82 /** Allocate a DMA buffer using the default policy.
     83/**
     84 * Allocate a DMA buffer using the default policy.
    8385 *
    8486 * @param[in] db dma_buffer_t structure to fill
     
    9294
    9395
    94 /** Free a DMA buffer.
     96/**
     97 * Free a DMA buffer.
    9598 *
    9699 * @param[in] db dma_buffer_t structure buffer of which will be freed
     
    105108}
    106109
    107 /** Convert a pointer inside a buffer to physical address.
     110/**
     111 * Convert a pointer inside a buffer to physical address.
    108112 *
    109113 * @param[in] db Buffer at which virt is pointing
Note: See TracChangeset for help on using the changeset viewer.