Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/genalloc.h>
#include <mach/common.h>
#include <mach/sram.h>
Go to the source code of this file.
Functions | |
void * | sram_alloc (size_t len, dma_addr_t *dma) |
EXPORT_SYMBOL (sram_alloc) | |
void | sram_free (void *addr, size_t len) |
EXPORT_SYMBOL (sram_free) | |
core_initcall (sram_init) | |
core_initcall | ( | sram_init | ) |
EXPORT_SYMBOL | ( | sram_alloc | ) |
EXPORT_SYMBOL | ( | sram_free | ) |
void* sram_alloc | ( | size_t | len, |
dma_addr_t * | dma | ||
) |