romimage.h 161 B

123456789101112
  1. #ifdef __ASSEMBLY__
  2. /* do nothing here by default */
  3. #else /* __ASSEMBLY__ */
  4. static inline void mmcif_update_progress(int nr)
  5. {
  6. }
  7. #endif /* __ASSEMBLY__ */