2019-05-19 21:51:43 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2011-05-14 18:55:07 +08:00
|
|
|
/*
|
2011-06-20 13:44:47 +08:00
|
|
|
* Copyright (C) 2011 matt mooney <mfm@muteddisk.com>
|
|
|
|
* 2005-2007 Takahiro Hirofuchi
|
2016-03-09 04:49:04 +08:00
|
|
|
* Copyright (C) 2015-2016 Samsung Electronics
|
|
|
|
* Igor Kotrasinski <i.kotrasinsk@samsung.com>
|
|
|
|
* Krzysztof Opasiak <k.opasiak@samsung.com>
|
2011-05-14 18:55:07 +08:00
|
|
|
*/
|
|
|
|
|
2011-06-20 13:44:47 +08:00
|
|
|
#ifndef __USBIP_HOST_DRIVER_H
|
|
|
|
#define __USBIP_HOST_DRIVER_H
|
2011-05-14 18:55:07 +08:00
|
|
|
|
2011-06-20 13:44:37 +08:00
|
|
|
#include <stdint.h>
|
|
|
|
#include "usbip_common.h"
|
2014-03-08 20:53:26 +08:00
|
|
|
#include "list.h"
|
2016-03-09 04:49:04 +08:00
|
|
|
#include "usbip_host_common.h"
|
2011-05-14 18:55:07 +08:00
|
|
|
|
2016-03-09 04:49:04 +08:00
|
|
|
extern struct usbip_host_driver host_driver;
|
2011-06-20 13:44:37 +08:00
|
|
|
|
2011-06-20 13:44:47 +08:00
|
|
|
#endif /* __USBIP_HOST_DRIVER_H */
|