patch-2.3.43 linux/include/net/irda/smc-ircc.h

Next file: linux/include/net/neighbour.h
Previous file: linux/include/net/irda/nsc-ircc.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/include/net/irda/smc-ircc.h linux/include/net/irda/smc-ircc.h
@@ -31,6 +31,7 @@
 #define SMC_IRCC_H
 
 #include <linux/spinlock.h>
+#include <linux/pm.h>
 
 #include <net/irda/irport.h>
 
@@ -181,6 +182,8 @@
 
 	int tx_buff_offsets[10];   /* Offsets between frames in tx_buff */
 	int tx_len;                /* Number of frames in tx_buff */
+
+	struct pm_dev *pmdev;
 };
 
 #endif /* SMC_IRCC_H */

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