patch-2.4.19 linux-2.4.19/drivers/usb/hub.h

Next file: linux-2.4.19/drivers/usb/ibmcam.c
Previous file: linux-2.4.19/drivers/usb/hub.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/drivers/usb/hub.h linux-2.4.19/drivers/usb/hub.h
@@ -2,6 +2,7 @@
 #define __LINUX_HUB_H
 
 #include <linux/list.h>
+#include <linux/compiler.h>	/* likely()/unlikely() */
 
 /*
  * Hub request types
@@ -136,6 +137,7 @@
 	struct usb_hub_descriptor *descriptor;
 
 	struct semaphore khubd_sem;
+	struct usb_tt		tt;		/* Transaction Translator */
 };
 
 #endif /* __LINUX_HUB_H */

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