repo.or.cz
/
mit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
depmod: export static device node information to modules.devname
[mit.git]
/
tests
/
data
/
src
/
loop_dep.c
blob
3f3263513fc5da6a97568e15edfe33e42dbcb70c
1
/* Requires a module in the loop */
2
extern
int
from_loop1
;
3
4
static void
foo
(
void
)
5
{
6
from_loop1
=
0
;
7
}