Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
|---|---|
| 2 | #ifdef __ASSEMBLER__ |
| 3 | |
| 4 | /* do nothing here by default */ |
| 5 | |
| 6 | #else /* __ASSEMBLER__ */ |
| 7 | |
| 8 | static inline void mmcif_update_progress(int nr) |
| 9 | { |
| 10 | } |
| 11 | |
| 12 | #endif /* __ASSEMBLER__ */ |
| 13 |
Warning: This file is not a C or C++ file. It does not have highlighting.
