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
- Lines: 16
- Date:
Fri Aug 2 17:39:44 2002
- Orig file:
linux-2.4.18/drivers/usb/hub.h
- Orig date:
Thu Nov 22 11:49:52 2001
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)