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