Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
mips
include
asm
spram.h
Go to the documentation of this file.
1
#ifndef _MIPS_SPRAM_H
2
#define _MIPS_SPRAM_H
3
4
#ifdef CONFIG_CPU_MIPSR2
5
extern
__init
void
spram_config
(
void
);
6
#else
7
static
inline
void
spram_config
(
void
) { };
8
#endif
/* CONFIG_CPU_MIPSR2 */
9
10
#endif
/* _MIPS_SPRAM_H */
Generated on Thu Jan 10 2013 13:10:55 for Linux Kernel by
1.8.2