Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
sram.c File Reference
#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_poolsram_get_gpool (char *pool_name)
 
 EXPORT_SYMBOL (sram_get_gpool)
 
 core_initcall (sram_init)
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

core_initcall ( sram_init  )
EXPORT_SYMBOL ( sram_get_gpool  )
MODULE_LICENSE ( "GPL"  )
struct gen_pool* sram_get_gpool ( char pool_name)
read

Definition at line 42 of file sram.c.