brintos

brintos / linux-shallow public Read only

0
0
Text · 561 B · 6ba996c Raw
21 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 * Copyright (C) 2011 matt mooney <mfm@muteddisk.com>4 *               2005-2007 Takahiro Hirofuchi5 * Copyright (C) 2015-2016 Samsung Electronics6 *               Igor Kotrasinski <i.kotrasinsk@samsung.com>7 *               Krzysztof Opasiak <k.opasiak@samsung.com>8 */9 10#ifndef __USBIP_HOST_DRIVER_H11#define __USBIP_HOST_DRIVER_H12 13#include <stdint.h>14#include "usbip_common.h"15#include "list.h"16#include "usbip_host_common.h"17 18extern struct usbip_host_driver host_driver;19 20#endif /* __USBIP_HOST_DRIVER_H */21