patch-2.4.14 linux/drivers/char/ip2/i2ellis.h

Next file: linux/drivers/char/ip2/i2lib.c
Previous file: linux/drivers/char/ip2/i2ellis.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.13/linux/drivers/char/ip2/i2ellis.h linux/drivers/char/ip2/i2ellis.h
@@ -400,6 +400,12 @@
 	rwlock_t	read_fifo_spinlock;
 	rwlock_t	write_fifo_spinlock;
 
+//	For queuing interupt bottom half handlers.	/\/\|=mhw=|\/\/
+	struct tq_struct	tqueue_interrupt;
+
+	struct timer_list  SendPendingTimer;   // Used by iiSendPending
+	unsigned int	SendPendingRetry;
+
 #ifdef	CONFIG_DEVFS_FS
 	/* Device handles into devfs */
 	devfs_handle_t	devfs_ipl_handle;

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