patch-2.3.42 linux/drivers/video/dn_accel.h
Next file: linux/drivers/video/dn_cfb4.c
Previous file: linux/drivers/usb/usb.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Jan 31 10:30:00 2000
- Orig file:
v2.3.41/linux/drivers/video/dn_accel.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.41/linux/drivers/video/dn_accel.h linux/drivers/video/dn_accel.h
@@ -0,0 +1,9 @@
+#ifndef _DN_ACCEL_H_
+#define _DN_ACCEL_H_
+
+#include <linux/fb.h>
+
+void dn_bitblt(struct display *p,int x_src,int y_src, int x_dest, int y_dest,
+ int x_count, int y_count);
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)