]> Git Repo - linux.git/blob - arch/mips/include/asm/spram.h
KVM: s390: prevent buffer overrun on memory hotplug during migration
[linux.git] / arch / mips / include / asm / spram.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _MIPS_SPRAM_H
3 #define _MIPS_SPRAM_H
4
5 #if defined(CONFIG_MIPS_SPRAM)
6 extern __init void spram_config(void);
7 #else
8 static inline void spram_config(void) { };
9 #endif /* CONFIG_MIPS_SPRAM */
10
11 #endif /* _MIPS_SPRAM_H */
This page took 0.03208 seconds and 4 git commands to generate.