Linux-6.18.2/arch/sh/include/mach-common/mach/romimage.h

13 lines
203 B
C
Raw Permalink Normal View History

2025-12-23 20:05:50 +08:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef __ASSEMBLER__
/* do nothing here by default */
#else /* __ASSEMBLER__ */
static inline void mmcif_update_progress(int nr)
{
}
#endif /* __ASSEMBLER__ */