repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
sh
/
include
/
mach-common
/
mach
/
romimage.h
blob
1915714263aab001b0a0c77e64e3c5c2b85843ba
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifdef __ASSEMBLY__
3
4
/* do nothing here by default */
5
6
#else
/* __ASSEMBLY__ */
7
8
static
inline
void
mmcif_update_progress
(
int
nr
)
9
{
10
}
11
12
#endif
/* __ASSEMBLY__ */