repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.h
[linux-2.6/verdex.git]
/
drivers
/
char
/
rio
/
riopcicopy.c
blob
535afaa51ca581274757b92f1000bf8e0ebc2ccf
1
2
/* Yeah. We have copyright on this one. Sure. */
3
4
void
rio_pcicopy
(
char
*
from
,
char
*
to
,
int
amount
)
5
{
6
while
(
amount
--)
7
*
to
++ = *
from
++;
8
}