dn_accel.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

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