repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time
[linux/fpc-iii.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 */