Linux Kernel
3.7.1
|
#include <linux/mm.h>
#include <linux/kernel.h>
#include <asm/cache.h>
#include <asm/io.h>
#include <asm/scatterlist.h>
Go to the source code of this file.
Macros | |
#define | dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) |
#define | dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) |
Definition at line 13 of file dma-mapping.h.