xfs: improve metadata I/O merging in the elevator
[cascardo/linux.git] / include / linux / usb / composite.h
index 4f6bb3d..738ea1a 100644 (file)
@@ -127,6 +127,7 @@ struct usb_function {
        /* private: */
        /* internals */
        struct list_head                list;
+       DECLARE_BITMAP(endpoints, 32);
 };
 
 int usb_add_function(struct usb_configuration *, struct usb_function *);