18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2011 matt mooney <mfm@muteddisk.com> 48c2ecf20Sopenharmony_ci * 2005-2007 Takahiro Hirofuchi 58c2ecf20Sopenharmony_ci * Copyright (C) 2015-2016 Samsung Electronics 68c2ecf20Sopenharmony_ci * Igor Kotrasinski <i.kotrasinsk@samsung.com> 78c2ecf20Sopenharmony_ci * Krzysztof Opasiak <k.opasiak@samsung.com> 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifndef __USBIP_HOST_DRIVER_H 118c2ecf20Sopenharmony_ci#define __USBIP_HOST_DRIVER_H 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#include <stdint.h> 148c2ecf20Sopenharmony_ci#include "usbip_common.h" 158c2ecf20Sopenharmony_ci#include "list.h" 168c2ecf20Sopenharmony_ci#include "usbip_host_common.h" 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ciextern struct usbip_host_driver host_driver; 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci#endif /* __USBIP_HOST_DRIVER_H */ 21