]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/mips/include/asm/spram.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / mips / include / asm / spram.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a074f0e8
CD
2#ifndef _MIPS_SPRAM_H
3#define _MIPS_SPRAM_H
4
a7e07b1a 5#if defined(CONFIG_MIPS_SPRAM)
a074f0e8
CD
6extern __init void spram_config(void);
7#else
8static inline void spram_config(void) { };
a7e07b1a 9#endif /* CONFIG_MIPS_SPRAM */
a074f0e8
CD
10
11#endif /* _MIPS_SPRAM_H */