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
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
mips
/
include
/
asm
/
spram.h
blob
63cb90fd41487e08e30451684e414e7f402a8025
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _MIPS_SPRAM_H
3
#define _MIPS_SPRAM_H
4
5
#if defined(CONFIG_MIPS_SPRAM)
6
extern
__init
void
spram_config
(
void
);
7
#else
8
static
inline
void
spram_config
(
void
) { };
9
#endif
/* CONFIG_MIPS_SPRAM */
10
11
#endif
/* _MIPS_SPRAM_H */