patch-2.3.12 linux/include/linux/parport.h

Next file: linux/include/linux/pci.h
Previous file: linux/include/linux/mm.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.11/linux/include/linux/parport.h linux/include/linux/parport.h
@@ -74,6 +74,7 @@
  * parport_negotiate to use address operations.  They have no effect
  * other than to make parport_read/write use address transfers. */
 #define IEEE1284_ADDR			(1<<13)	/* This is a flag */
+#define IEEE1284_DATA			 0	/* So is this */
 
 /* The rest is for the kernel only */
 #ifdef __KERNEL__
@@ -143,7 +144,7 @@
 	void (*data_reverse) (struct parport *);
 
 	/* For core parport code. */
-	void (*interrupt)(int, void *, struct pt_regs *); /* ? */
+	void (*interrupt)(int, void *, struct pt_regs *);
 
 	void (*init_state)(struct pardevice *, struct parport_state *);
 	void (*save_state)(struct parport *, struct parport_state *);
@@ -151,7 +152,6 @@
 
 	void (*inc_use_count)(void);
 	void (*dec_use_count)(void);
-	void (*fill_inode)(struct inode *inode, int fill); /* ? */
 
 	/* Block read/write */
 	size_t (*epp_write_data) (struct parport *port, const void *buf,

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