1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 * 2015 Samsung Electronics
7 * Based on tools/usb/usbip/libsrc/usbip_host_driver.c, which is:
9 * 2005-2007 Takahiro Hirofuchi
12 #ifndef __USBIP_DEVICE_DRIVER_H
13 #define __USBIP_DEVICE_DRIVER_H
16 #include "usbip_common.h"
17 #include "usbip_host_common.h"
20 extern struct usbip_host_driver device_driver;
22 #endif /* __USBIP_DEVICE_DRIVER_H */