diff options
Diffstat (limited to 'arch/sh/include/mach-common/mach/romimage.h')
-rw-r--r-- | arch/sh/include/mach-common/mach/romimage.h | 11 |
1 files changed, 11 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 00000000..3670455f --- /dev/null +++ b/arch/sh/include/mach-common/mach/romimage.h @@ -0,0 +1,11 @@ +#ifdef __ASSEMBLY__ + +/* do nothing here by default */ + +#else /* __ASSEMBLY__ */ + +static inline void mmcif_update_progress(int nr) +{ +} + +#endif /* __ASSEMBLY__ */ |