patch-2.2.14 linux/drivers/net/z85230.h
Next file: linux/drivers/pci/oldproc.c
Previous file: linux/drivers/net/z85230.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Jan 4 10:12:18 2000
- Orig file:
v2.2.13/linux/drivers/net/z85230.h
- Orig date:
Sat Oct 17 15:33:45 1998
diff -u --recursive --new-file v2.2.13/linux/drivers/net/z85230.h linux/drivers/net/z85230.h
@@ -270,6 +270,7 @@
struct sk_buff *skb; /* Buffer dptr points into */
struct sk_buff *skb2; /* Pending buffer */
u8 status; /* Current DCD */
+ u8 dcdcheck; /* which bit to check for line */
u8 sync; /* Set if in sync mode */
u8 regs[32]; /* Register map for the chip */
@@ -413,7 +414,7 @@
* Standard interrupt vector sets
*/
-struct z8530_irqhandler z8530_sync, z8530_async, z8530_nop;
+extern struct z8530_irqhandler z8530_sync, z8530_async, z8530_nop;
/*
* Asynchronous Interfacing
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)