xfs: calculate XFS_TRANS_QM_QUOTAOFF_END space log reservation at mount time
[linux/fpc-iii.git] / arch / mips / include / asm / spram.h
blob0b89006e490788ffcc26a9225762c66f4bd4ea8b
1 #ifndef _MIPS_SPRAM_H
2 #define _MIPS_SPRAM_H
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 */
10 #endif /* _MIPS_SPRAM_H */