Chris Dearman | a074f0e | 2009-07-10 01:51:27 -0700 | [diff] [blame] | 1 | #ifndef _MIPS_SPRAM_H |
| 2 | #define _MIPS_SPRAM_H |
| 3 | |
Markos Chandras | a7e07b1 | 2014-11-13 13:32:03 +0000 | [diff] [blame] | 4 | #if defined(CONFIG_MIPS_SPRAM) |
Chris Dearman | a074f0e | 2009-07-10 01:51:27 -0700 | [diff] [blame] | 5 | extern __init void spram_config(void); |
| 6 | #else |
| 7 | static inline void spram_config(void) { }; |
Markos Chandras | a7e07b1 | 2014-11-13 13:32:03 +0000 | [diff] [blame] | 8 | #endif /* CONFIG_MIPS_SPRAM */ |
Chris Dearman | a074f0e | 2009-07-10 01:51:27 -0700 | [diff] [blame] | 9 | |
| 10 | #endif /* _MIPS_SPRAM_H */ |