[PATCH] rio driver rework continued #4
[linux-2.6/linux-2.6-openrd.git] / drivers / char / rio / riopcicopy.c
blob535afaa51ca581274757b92f1000bf8e0ebc2ccf
2 /* Yeah. We have copyright on this one. Sure. */
4 void rio_pcicopy(char *from, char *to, int amount)
6 while (amount--)
7 *to++ = *from++;