Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _MIPS_SPRAM_H
0003 #define _MIPS_SPRAM_H
0004 
0005 #if defined(CONFIG_MIPS_SPRAM)
0006 extern __init void spram_config(void);
0007 #else
0008 static inline void spram_config(void) { }
0009 #endif /* CONFIG_MIPS_SPRAM */
0010 
0011 #endif /* _MIPS_SPRAM_H */