diff options
Diffstat (limited to '')
-rw-r--r-- | arch/sh/include/mach-common/mach/romimage.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/sh/include/mach-common/mach/romimage.h b/arch/sh/include/mach-common/mach/romimage.h new file mode 100644 index 000000000..191571426 --- /dev/null +++ b/arch/sh/include/mach-common/mach/romimage.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifdef __ASSEMBLY__ + +/* do nothing here by default */ + +#else /* __ASSEMBLY__ */ + +static inline void mmcif_update_progress(int nr) +{ +} + +#endif /* __ASSEMBLY__ */ |