WIP FPC-III support
[linux/fpc-iii.git] / tools / usb / usbip / src / usbip.h
blobe3177929060138dea5afedf62ad5299ec077d58c
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (C) 2011 matt mooney <mfm@muteddisk.com>
4 * 2005-2007 Takahiro Hirofuchi
5 */
7 #ifndef __USBIP_H
8 #define __USBIP_H
10 #ifdef HAVE_CONFIG_H
11 #include "../config.h"
12 #endif
14 /* usbip commands */
15 int usbip_attach(int argc, char *argv[]);
16 int usbip_detach(int argc, char *argv[]);
17 int usbip_list(int argc, char *argv[]);
18 int usbip_bind(int argc, char *argv[]);
19 int usbip_unbind(int argc, char *argv[]);
20 int usbip_port_show(int argc, char *argv[]);
22 void usbip_attach_usage(void);
23 void usbip_detach_usage(void);
24 void usbip_list_usage(void);
25 void usbip_bind_usage(void);
26 void usbip_unbind_usage(void);
28 #endif /* __USBIP_H */