repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bonding: fix rx_handler locking
[linux/fpc-iii.git]
/
arch
/
sh
/
include
/
mach-common
/
mach
/
romimage.h
blob
3670455faaac907687c8d5598c958a29c419c27e
1
#ifdef __ASSEMBLY__
2
3
/* do nothing here by default */
4
5
#else
/* __ASSEMBLY__ */
6
7
static
inline
void
mmcif_update_progress
(
int
nr
)
8
{
9
}
10
11
#endif
/* __ASSEMBLY__ */