net:wireless:Support eswin usb wifi ECR6600U
[platform/kernel/linux-starfive.git] / drivers / net / wireless / eswin / usb / usb_host_interface.h
1 /**
2  ******************************************************************************
3  *
4  * @file usb_host_interface.h
5  *
6  * @brief usb host interface definitions
7  *
8  * Copyright (C) ESWIN 2015-2020
9  *
10  ******************************************************************************
11  */
12
13 #ifndef _USB_HOST_INTERFACE_H
14 #define _USB_HOST_INTERFACE_H
15 /*******************************************************************************
16  * Function: usb_host_send
17  * Description:send buff from host to slave
18  * Parameters: 
19  *   Input: void *buff, int len, int flag
20  *
21  *   Output:
22  *
23  * Returns: 0
24  *
25  *
26  * Others: 
27  ********************************************************************************/
28 int usb_host_send(void *buff, int len, int flag);
29 #endif