dn_accel.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

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