Linux-6.18.2/arch/sh/include/mach-common/mach/romimage.h
2025-12-23 20:06:59 +08:00

13 lines
203 B
C

/* 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__ */