patch-2.4.9 linux/arch/arm/mach-sa1100/pcipool.h

Next file: linux/arch/arm/mach-sa1100/pfs168.c
Previous file: linux/arch/arm/mach-sa1100/pcipool.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/arch/arm/mach-sa1100/pcipool.h linux/arch/arm/mach-sa1100/pcipool.h
@@ -0,0 +1,8 @@
+
+struct pci_pool *pci_pool_create (const char *name, struct pci_dev *dev,
+		size_t size, size_t align, size_t allocation, int flags);
+void pci_pool_destroy (struct pci_pool *pool);
+
+void *pci_pool_alloc (struct pci_pool *pool, int flags, dma_addr_t *handle);
+void pci_pool_free (struct pci_pool *pool, void *vaddr, dma_addr_t addr);
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)