diff options
Diffstat (limited to 'drivers/usb/storage/usb.h')
-rw-r--r-- | drivers/usb/storage/usb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/storage/usb.h b/drivers/usb/storage/usb.h index 75f70f04f37b..307e339a9478 100644 --- a/drivers/usb/storage/usb.h +++ b/drivers/usb/storage/usb.h | |||
@@ -201,4 +201,7 @@ extern int usb_stor_probe1(struct us_data **pus, | |||
201 | extern int usb_stor_probe2(struct us_data *us); | 201 | extern int usb_stor_probe2(struct us_data *us); |
202 | extern void usb_stor_disconnect(struct usb_interface *intf); | 202 | extern void usb_stor_disconnect(struct usb_interface *intf); |
203 | 203 | ||
204 | extern void usb_stor_adjust_quirks(struct usb_device *dev, | ||
205 | unsigned long *fflags); | ||
206 | |||
204 | #endif | 207 | #endif |