]> Git Repo - linux.git/blob - tools/usb/usbip/libsrc/usbip_device_driver.h
xdp: Xdp_frame add member frame_sz and handle in convert_to_xdp_frame
[linux.git] / tools / usb / usbip / libsrc / usbip_device_driver.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2015 Karol Kosik <[email protected]>
4  *               2015 Samsung Electronics
5  * Author:       Igor Kotrasinski <[email protected]>
6  *
7  * Based on tools/usb/usbip/libsrc/usbip_host_driver.c, which is:
8  * Copyright (C) 2011 matt mooney <[email protected]>
9  *               2005-2007 Takahiro Hirofuchi
10  */
11
12 #ifndef __USBIP_DEVICE_DRIVER_H
13 #define __USBIP_DEVICE_DRIVER_H
14
15 #include <stdint.h>
16 #include "usbip_common.h"
17 #include "usbip_host_common.h"
18 #include "list.h"
19
20 extern struct usbip_host_driver device_driver;
21
22 #endif /* __USBIP_DEVICE_DRIVER_H */
This page took 0.042159 seconds and 4 git commands to generate.