usbip_host_driver.h 561 B

123456789101112131415161718192021
  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. * Copyright (C) 2015-2016 Samsung Electronics
  6. * Igor Kotrasinski <i.kotrasinsk@samsung.com>
  7. * Krzysztof Opasiak <k.opasiak@samsung.com>
  8. */
  9. #ifndef __USBIP_HOST_DRIVER_H
  10. #define __USBIP_HOST_DRIVER_H
  11. #include <stdint.h>
  12. #include "usbip_common.h"
  13. #include "list.h"
  14. #include "usbip_host_common.h"
  15. extern struct usbip_host_driver host_driver;
  16. #endif /* __USBIP_HOST_DRIVER_H */