OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [linux/] [dma-mapping.h] - Diff between revs 62 and 81

Show entire file | Details | Blame | View Log

Rev 62 Rev 81
Line 2... Line 2...
#define _ASM_LINUX_DMA_MAPPING_H
#define _ASM_LINUX_DMA_MAPPING_H
 
 
#include <linux/device.h>
#include <linux/device.h>
#include <linux/err.h>
#include <linux/err.h>
 
 
 
 
 
 #include <linux/scatterlist.h>
 
 
/* These definitions mirror those in pci.h, so they can be used
/* These definitions mirror those in pci.h, so they can be used
 * interchangeably with their PCI_ counterparts */
 * interchangeably with their PCI_ counterparts */
enum dma_data_direction {
enum dma_data_direction {
        DMA_BIDIRECTIONAL = 0,
        DMA_BIDIRECTIONAL = 0,
        DMA_TO_DEVICE = 1,
        DMA_TO_DEVICE = 1,

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.