patch-2.3.99-pre7 linux/drivers/char/rio/riopcicopy.c
Next file: linux/drivers/char/rio/rioroute.c
Previous file: linux/drivers/char/rio/rioparam.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed May 10 16:56:44 2000
- Orig file:
v2.3.99-pre6/linux/drivers/char/rio/riopcicopy.c
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/char/rio/riopcicopy.c linux/drivers/char/rio/riopcicopy.c
@@ -0,0 +1,8 @@
+
+/* Yeah. We have copyright on this one. Sure. */
+
+void rio_pcicopy( char *from, char *to, int amount)
+{
+ while ( amount-- )
+ *to++ = *from++;
+}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)