|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/io.h>#include <linux/err.h>#include <linux/slab.h>#include <linux/genalloc.h>#include <linux/platform_data/dma-mmp_tdma.h>Go to the source code of this file.
Data Structures | |
| struct | sram_bank_info |
Functions | |
| struct gen_pool * | sram_get_gpool (char *pool_name) |
| EXPORT_SYMBOL (sram_get_gpool) | |
| core_initcall (sram_init) | |
| MODULE_LICENSE ("GPL") | |
| core_initcall | ( | sram_init | ) |
| EXPORT_SYMBOL | ( | sram_get_gpool | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2