]> Pileus Git - ~andy/linux/blob - arch/mips/include/asm/spram.h
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg...
[~andy/linux] / arch / mips / include / asm / spram.h
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 */