Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
dma-coherent.h File Reference

Go to the source code of this file.

Macros

#define dma_alloc_from_coherent(dev, size, handle, ret)   (0)
 
#define dma_release_from_coherent(dev, order, vaddr)   (0)
 
#define dma_mmap_from_coherent(dev, vma, vaddr, order, ret)   (0)
 

Macro Definition Documentation

#define dma_alloc_from_coherent (   dev,
  size,
  handle,
  ret 
)    (0)

Definition at line 30 of file dma-coherent.h.

#define dma_mmap_from_coherent (   dev,
  vma,
  vaddr,
  order,
  ret 
)    (0)

Definition at line 32 of file dma-coherent.h.

#define dma_release_from_coherent (   dev,
  order,
  vaddr 
)    (0)

Definition at line 31 of file dma-coherent.h.