summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/eswin/usb/usb_host_interface.h
blob: 195753ea4c66b5ba24e38084680746e1ff0ffaa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
 ******************************************************************************
 *
 * @file usb_host_interface.h
 *
 * @brief usb host interface definitions
 *
 * Copyright (C) ESWIN 2015-2020
 *
 ******************************************************************************
 */

#ifndef _USB_HOST_INTERFACE_H
#define _USB_HOST_INTERFACE_H
/*******************************************************************************
 * Function: usb_host_send
 * Description:send buff from host to slave
 * Parameters: 
 *   Input: void *buff, int len, int flag
 *
 *   Output:
 *
 * Returns: 0
 *
 *
 * Others: 
 ********************************************************************************/
int usb_host_send(void *buff, int len, int flag);
#endif