romimage.h 200 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifdef __ASSEMBLY__
  3. /* do nothing here by default */
  4. #else /* __ASSEMBLY__ */
  5. static inline void mmcif_update_progress(int nr)
  6. {
  7. }
  8. #endif /* __ASSEMBLY__ */