drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / mips / include / asm / spram.h
blob9f6a2cb1943a1efdaaa3bacf4ee74e25ec889e20
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _MIPS_SPRAM_H
3 #define _MIPS_SPRAM_H
5 #if defined(CONFIG_MIPS_SPRAM)
6 extern void spram_config(void);
7 #else
8 static inline void spram_config(void) { }
9 #endif /* CONFIG_MIPS_SPRAM */
11 #endif /* _MIPS_SPRAM_H */