patch-2.1.30 linux/drivers/sbus/char/fb.h

Next file: linux/drivers/sbus/char/suncons.c
Previous file: linux/drivers/sbus/char/cgthree.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.29/linux/drivers/sbus/char/fb.h linux/drivers/sbus/char/fb.h
@@ -1,4 +1,4 @@
-/* $Id: fb.h,v 1.21 1997/02/02 02:12:43 ecd Exp $
+/* $Id: fb.h,v 1.23 1997/03/12 23:25:16 ecd Exp $
  * fb.h: contains the definitions of the structures that various sun
  *       frame buffer can use to do console driver stuff.
  *
@@ -77,7 +77,7 @@
 };
 
 struct cg3_info {
-	struct bt_regs *bt;	/* brooktree (color) registers */
+	struct cg3_regs *regs;	/* brooktree (color) registers, and more */
 	int cgrdi;		/* 1 if this is a cgRDI */
 };
 
@@ -200,7 +200,8 @@
 extern void cg3_setup (fbinfo_t *, int, uint, int, struct linux_sbus_device *);
 extern void cg6_setup (fbinfo_t *, int, uint, int);
 extern void cg14_setup (fbinfo_t *, int, int, uint, int);
-extern void bwtwo_setup (fbinfo_t *, int, uint, int);
+extern void bwtwo_setup (fbinfo_t *, int, uint, int,
+			 struct linux_sbus_device *);
 extern void leo_setup (fbinfo_t *, int, uint, int);
 extern void tcx_setup (fbinfo_t *, int, int, uint, struct linux_sbus_device *);
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov