repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
arch
/
mips
/
include
/
asm
/
spram.h
blob
0b89006e490788ffcc26a9225762c66f4bd4ea8b
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 */