Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1044 → Rev 1047

/shark/trunk/drivers/linuxc26/include/asm/dma-mapping.h
7,8 → 7,11
#define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h)
 
void *dma_alloc_coherent(struct device *dev, size_t size,
dma_addr_t *dma_handle, int flag);
dma_addr_t *dma_handle, int flag);
 
void *dma_alloc_coherent_usb(struct device *dev, size_t size,
dma_addr_t *dma_handle, int flag);
 
void dma_free_coherent(struct device *dev, size_t size,
void *vaddr, dma_addr_t dma_handle);