Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 422 → Rev 1047

/shark/trunk/drivers/linuxc26/include/asm-generic/pci-dma-compat.h
22,6 → 22,13
return dma_alloc_coherent(hwdev == NULL ? NULL : &hwdev->dev, size, dma_handle, GFP_ATOMIC);
}
 
static inline void *
pci_alloc_consistent_usb(struct pci_dev *hwdev, size_t size,
dma_addr_t *dma_handle)
{
return dma_alloc_coherent_usb(hwdev == NULL ? NULL : &hwdev->dev, size, dma_handle, GFP_ATOMIC);
}
 
static inline void
pci_free_consistent(struct pci_dev *hwdev, size_t size,
void *vaddr, dma_addr_t dma_handle)