Ignore:
Timestamp:
2018-01-31T16:36:51Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
98893ede
Parents:
5595841
Message:

usb: moved dma_buffer from usbhost to usb library

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/dma_buffer.h

    r5595841 r3b60ea0  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28 /** @addtogroup drvusbehci
     28/** @addtogroup libusb
    2929 * @{
    3030 */
     
    3838 * allocation.
    3939 */
    40 #ifndef LIB_USBHOST_DMA_BUFFER
    41 #define LIB_USBHOST_DMA_BUFFER
     40#ifndef LIB_USB_DMA_BUFFER
     41#define LIB_USB_DMA_BUFFER
    4242
    4343#include <stdint.h>
Note: See TracChangeset for help on using the changeset viewer.