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

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef __MATROXFB_ACCEL_H__
  2. #define __MATROXFB_ACCEL_H__
  3. #include "matroxfb_base.h"
  4. void matrox_init_putc(WPMINFO struct display* p, void (*)(WPMINFO struct display *p));
  5. void matrox_cfbX_init(WPMINFO struct display* p);
  6. void matrox_text_createcursor(WPMINFO struct display* p);
  7. void matrox_text_round(CPMINFO struct fb_var_screeninfo* var, struct display* p);
  8. void initMatrox(WPMINFO struct display* p);
  9. #endif