patch-2.3.99-pre6 linux/drivers/char/ip2/i2ellis.h

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

diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/char/ip2/i2ellis.h linux/drivers/char/ip2/i2ellis.h
@@ -47,6 +47,7 @@
 //----------------------
 // Mandatory Includes:
 //----------------------
+#include <linux/config.h>
 #include "ip2types.h"
 #include "i2hw.h"       // The hardware definitions
 
@@ -399,6 +400,11 @@
 	spinlock_t	read_fifo_spinlock;
 	spinlock_t	write_fifo_spinlock;
 
+#ifdef	CONFIG_DEVFS_FS
+	/* Device handles into devfs */
+	devfs_handle_t	devfs_ipl_handle;
+	devfs_handle_t	devfs_stat_handle;
+#endif
 } i2eBordStr, *i2eBordStrPtr;
 
 //-------------------------------------------------------------------

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