DMA memory pool allocator. More...
#include <assert.h>#include <dmapool.h>#include <physmem.h>Go to the source code of this file.
Functions | |
| void | dma_pool_init_coherent_physmem (struct dma_pool *dmapool, struct physmem_pool *phys_pool, unsigned int nr_objects, size_t objsize, unsigned int align_order) |
| Initialize a DMA pool using the physmem allocator. | |
DMA memory pool allocator.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file dmapool.c.
1.6.3