net:wireless:Support eswin usb wifi ECR6600U
[platform/kernel/linux-starfive.git] / drivers / net / wireless / eswin / sdio / sdio_host_interface.h
1 /**
2  ******************************************************************************
3  *
4  * @file sdio_host_interface.h
5  *
6  * @brief sdio host interface definitions
7  *
8  * Copyright (C) ESWIN 2015-2020
9  *
10  ******************************************************************************
11  */
12  
13 #ifndef _SDIO_HOST_INTERFACE_H
14 #define _SDIO_HOST_INTERFACE_H
15 /*******************************************************************************
16  * Function: sdio_xmit
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 sdio_host_send(void *buff, int len, int flag);
29 #endif