xref: /openbmc/linux/arch/sh/include/mach-common/mach/romimage.h (revision baa7eb025ab14f3cba2e35c0a8648f9c9f01d24f)
1 #ifdef __ASSEMBLY__
2 
3 /* do nothing here by default */
4 
5 #else /* __ASSEMBLY__ */
6 
7 extern inline void mmcif_update_progress(int nr)
8 {
9 }
10 
11 #endif /* __ASSEMBLY__ */
12