]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/usbdevice_fs.h
x86: add comments for NOPs
[linux-2.6-omap-h63xx.git] / include / linux / usbdevice_fs.h
index 342dd5a7e8bb822f139955bb91ba9cab069b3e2f..17cb108b7db038558ef4e49337503c1217d8592a 100644 (file)
@@ -102,8 +102,9 @@ struct usbdevfs_urb {
        int start_frame;
        int number_of_packets;
        int error_count;
-       unsigned int signr;  /* signal to be sent on error, -1 if none should be sent */
-       void *usercontext;
+       unsigned int signr;     /* signal to be sent on completion,
+                                 or 0 if none should be sent. */
+       void __user *usercontext;
        struct usbdevfs_iso_packet_desc iso_frame_desc[0];
 };