repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
blk: rq_data_dir() should not return a boolean
[cris-mirror.git]
/
arch
/
mips
/
include
/
asm
/
spram.h
blob
0f90d88e464d3cc005ab3ae0411d6996c5d41e1a
1
#ifndef _MIPS_SPRAM_H
2
#define _MIPS_SPRAM_H
3
4
#if defined(CONFIG_MIPS_SPRAM)
5
extern
__init
void
spram_config
(
void
);
6
#else
7
static
inline
void
spram_config
(
void
) { };
8
#endif
/* CONFIG_MIPS_SPRAM */
9
10
#endif
/* _MIPS_SPRAM_H */