]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/sh/include/mach-common/mach/romimage.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / arch / sh / include / mach-common / mach / romimage.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
4705b2e8
MD
2#ifdef __ASSEMBLY__
3
3c928320 4/* do nothing here by default */
4705b2e8
MD
5
6#else /* __ASSEMBLY__ */
7
7211a1ba 8static inline void mmcif_update_progress(int nr)
4705b2e8
MD
9{
10}
11
12#endif /* __ASSEMBLY__ */