13 lines
203 B
C
13 lines
203 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
#ifdef __ASSEMBLER__
|
||
|
|
|
||
|
|
/* do nothing here by default */
|
||
|
|
|
||
|
|
#else /* __ASSEMBLER__ */
|
||
|
|
|
||
|
|
static inline void mmcif_update_progress(int nr)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
#endif /* __ASSEMBLER__ */
|