xref: /kernel/linux/linux-6.6/tools/usb/usbip/src/usbip.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/tools/usb/usbip/src/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) 2011 matt mooney <mfm@muteddisk.com>
462306a36Sopenharmony_ci *               2005-2007 Takahiro Hirofuchi
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef __USBIP_H
862306a36Sopenharmony_ci#define __USBIP_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifdef HAVE_CONFIG_H
1162306a36Sopenharmony_ci#include "../config.h"
1262306a36Sopenharmony_ci#endif
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci/* usbip commands */
1562306a36Sopenharmony_ciint usbip_attach(int argc, char *argv[]);
1662306a36Sopenharmony_ciint usbip_detach(int argc, char *argv[]);
1762306a36Sopenharmony_ciint usbip_list(int argc, char *argv[]);
1862306a36Sopenharmony_ciint usbip_bind(int argc, char *argv[]);
1962306a36Sopenharmony_ciint usbip_unbind(int argc, char *argv[]);
2062306a36Sopenharmony_ciint usbip_port_show(int argc, char *argv[]);
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_civoid usbip_attach_usage(void);
2362306a36Sopenharmony_civoid usbip_detach_usage(void);
2462306a36Sopenharmony_civoid usbip_list_usage(void);
2562306a36Sopenharmony_civoid usbip_bind_usage(void);
2662306a36Sopenharmony_civoid usbip_unbind_usage(void);
2762306a36Sopenharmony_ci
2862306a36Sopenharmony_ci#endif /* __USBIP_H */
29

Indexes created Thu Nov 07 10:32:03 CST 2024