patch-2.4.11-dontuse linux/include/linux/usb.h
Next file: linux/include/net/irda/irda-usb.h
Previous file: linux/include/linux/timer.h
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Tue Oct  9 15:25:19 2001
-  Orig file: 
v2.4.10/linux/include/linux/usb.h
-  Orig date: 
Sun Sep 23 11:41:01 2001
diff -u --recursive --new-file v2.4.10/linux/include/linux/usb.h linux/include/linux/usb.h
@@ -539,13 +539,12 @@
  *                         SYNCHRONOUS CALL SUPPORT                  *
  *-------------------------------------------------------------------*/
 
-typedef struct
+struct usb_api_data
 {
-  wait_queue_head_t *wakeup;
-
-  void* stuff;
-  /* more to follow */
-} api_wrapper_data;
+	wait_queue_head_t wqh;
+	int done;
+	/* void* stuff;	*/	/* Possible extension later. */
+};
 
 /* -------------------------------------------------------------------------- */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)