PageRenderTime 38ms CodeModel.GetById 32ms app.highlight 4ms RepoModel.GetById 1ms app.codeStats 0ms

/arch/mips/include/asm/spram.h

https://bitbucket.org/cresqo/cm7-p500-kernel
C Header | 10 lines | 8 code | 2 blank | 0 comment | 0 complexity | c5fbd416054415572306ace580fea2a7 MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
 1#ifndef _MIPS_SPRAM_H
 2#define _MIPS_SPRAM_H
 3
 4#ifdef CONFIG_CPU_MIPSR2
 5extern __init void spram_config(void);
 6#else
 7static inline void spram_config(void) { };
 8#endif /* CONFIG_CPU_MIPSR2 */
 9
10#endif /* _MIPS_SPRAM_H */