[PATCH] VMSPLIT config options
[firewire-audio.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++;