Kernel  |  4.1

下载     查看原文件
C++程序  |  12行  |  161 B
#ifdef __ASSEMBLY__

/* do nothing here by default */

#else /* __ASSEMBLY__ */

static inline void mmcif_update_progress(int nr)
{
}

#endif /* __ASSEMBLY__ */