patch-2.3.45 linux/drivers/net/wan/z85230.h

Next file: linux/drivers/net/wavelan.c
Previous file: linux/drivers/net/wan/z85230.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.44/linux/drivers/net/wan/z85230.h linux/drivers/net/wan/z85230.h
@@ -304,8 +304,8 @@
 	 */
 	 
 	struct z8530_dev *dev;		/* Z85230 chip instance we are from */
-	int		ctrlio;		/* I/O ports */
-	int		dataio;
+	unsigned long	ctrlio;		/* I/O ports */
+	unsigned long	dataio;
 
 	/*
 	 *	For PC we encode this way.
@@ -395,7 +395,7 @@
 extern u8 z8530_hdlc_kilostream_85230[];
 extern u8 z8530_hdlc_kilostream[];
 extern void z8530_interrupt(int, void *, struct pt_regs *);
-extern void z8530_describe(struct z8530_dev *, char *mapping,int io);
+extern void z8530_describe(struct z8530_dev *, char *mapping, unsigned long io);
 extern int z8530_init(struct z8530_dev *);
 extern int z8530_shutdown(struct z8530_dev *);
 extern int z8530_sync_open(struct net_device *, struct z8530_channel *);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)