]> Git Repo - linux.git/blob - arch/sh/include/mach-common/mach/romimage.h
Linux 6.14-rc3
[linux.git] / arch / sh / include / mach-common / mach / romimage.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifdef __ASSEMBLY__
3
4 /* do nothing here by default */
5
6 #else /* __ASSEMBLY__ */
7
8 static inline void mmcif_update_progress(int nr)
9 {
10 }
11
12 #endif /* __ASSEMBLY__ */
This page took 0.031619 seconds and 4 git commands to generate.