]> bbs.cooldavid.org Git - net-next-2.6.git/blob - arch/sh/include/mach-common/mach/romimage.h
sh: add romImage MMCIF boot for sh7724 and Ecovec V2
[net-next-2.6.git] / arch / sh / include / mach-common / mach / romimage.h
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__ */