1 #ifndef _USB_DRV_DEV_MACTH_H_
2 #define _USB_DRV_DEV_MACTH_H_
3 
4 const struct usb_drv_dev_match_table *usb_match_id(struct usb_interface *intf, const struct usb_drv_dev_match_table *id);
5 
6 #endif
7