|
|
| File: [Development] / linux-2.4-xfs / drivers / video / dn_accel.h (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
#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