Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
sram.h File Reference

Go to the source code of this file.

Macros

#define SRAM_GRANULARITY   512
 

Functions

voidsram_alloc (size_t len, dma_addr_t *dma)
 
void sram_free (void *addr, size_t len)
 

Macro Definition Documentation

#define SRAM_GRANULARITY   512

Definition at line 14 of file sram.h.

Function Documentation

void* sram_alloc ( size_t  len,
dma_addr_t dma 
)

Definition at line 20 of file sram.c.

void sram_free ( void addr,
size_t  len 
)

Definition at line 41 of file sram.c.