Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 485 → Rev 486

/shark/trunk/drivers/fb/include/drivers/grx_fb.h
3,7 → 3,7
 
/* GRX emulation under FrameBuffer */
 
void grx_fb_init(struct fb_info *info);
void grx_fb_init(int num);
void grx_plot(WORD x, WORD y, DWORD color);
DWORD grx_getpixel(WORD x, WORD y);
void grx_getimage(WORD x1, WORD y1, WORD x2, WORD y2, BYTE *buf);