1 #ifndef _DN_ACCEL_H_ 2 #define _DN_ACCEL_H_ 3 4 #include <linux/fb.h> 5 6 void dn_bitblt(struct display *p,int x_src,int y_src, int x_dest, int y_dest, 7 int x_count, int y_count); 8 9 #endif 10