patch-2.4.21 linux-2.4.21/drivers/video/sis/sis_accel.h
Next file: linux-2.4.21/drivers/video/sis/sis_main.c
Previous file: linux-2.4.21/drivers/video/sis/sis_accel.c
Back to the patch index
Back to the overall index
-  Lines: 23
-  Date:
2003-06-13 07:51:37.000000000 -0700
-  Orig file: 
linux-2.4.20/drivers/video/sis/sis_accel.h
-  Orig date: 
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.20/drivers/video/sis/sis_accel.h linux-2.4.21/drivers/video/sis/sis_accel.h
@@ -485,6 +485,9 @@
       CmdQueLen--;
 
 int  sisfb_initaccel(void);
+void sisfb_syncaccel(void);
+
+extern struct video_info ivideo;
 
 #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,5,33)
 void fbcon_sis_bmove(struct display *p, int srcy, int srcx, int dsty,
@@ -499,10 +502,8 @@
 #endif
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,34)
 extern int sisfb_accel;
-void fbcon_sis_fillrect(struct fb_info *info, struct fb_fillrect *rect);
-void fbcon_sis_copyarea(struct fb_info *info, struct fb_copyarea *area);
-extern void cfb_fillrect(struct fb_info *info, struct fb_fillrect *rect);
-extern void cfb_copyarea(struct fb_info *info, struct fb_copyarea *area);
+void fbcon_sis_fillrect(struct fb_info *info, const struct fb_fillrect *rect);
+void fbcon_sis_copyarea(struct fb_info *info, const struct fb_copyarea *area);
 #endif
 
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)