TERES/SOFTWARE/A64-TERES/linux-a64/arch/sh/include/mach-common/mach/romimage.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

12 lines
161 B
C

#ifdef __ASSEMBLY__
/* do nothing here by default */
#else /* __ASSEMBLY__ */
static inline void mmcif_update_progress(int nr)
{
}
#endif /* __ASSEMBLY__ */