patch-2.4.0-test3 linux/drivers/pcmcia/pci_socket.h

Next file: linux/drivers/pnp/isapnp.c
Previous file: linux/drivers/pcmcia/pci_socket.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/pcmcia/pci_socket.h linux/drivers/pcmcia/pci_socket.h
@@ -8,6 +8,7 @@
 #define __PCI_SOCKET_H
 
 struct pci_socket_ops;
+struct socket_info_t;
 
 typedef struct pci_socket {
 	struct pci_dev *dev;
@@ -19,6 +20,7 @@
 	socket_cap_t cap;
 	wait_queue_head_t wait;
 	unsigned int events;
+	struct socket_info_t *pcmcia_socket;
 
 	/* A few words of private data for the low-level driver.. */
 	unsigned int private[8];

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