matroxfb_accel.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:
Linux/Unix编程
开发平台:
Unix_Linux
- #ifndef __MATROXFB_ACCEL_H__
- #define __MATROXFB_ACCEL_H__
- #include "matroxfb_base.h"
- void matrox_init_putc(WPMINFO struct display* p, void (*)(WPMINFO struct display *p));
- void matrox_cfbX_init(WPMINFO struct display* p);
- void matrox_text_createcursor(WPMINFO struct display* p);
- void matrox_text_round(CPMINFO struct fb_var_screeninfo* var, struct display* p);
- void initMatrox(WPMINFO struct display* p);
- #endif