/* * include/linux/dmapool.h * * Allocation pools for DMAable (coherent) memory. * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */#ifndef LINUX_DMAPOOL_H#define LINUX_DMAPOOL_H#include <asm/io.h>#include <asm/scatterlist.h>structdma_pool*dma_pool_create(constchar*name,structdevice*dev,size_tsize,size_talign,size_tallocation);voiddma_pool_destroy(structdma_pool*pool);