summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/eswin/sdio/fw.h
blob: f3af4b91b7e52a76204d30554f6f722072bf6719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
******************************************************************************
*
* @file fw.h
*
* @brief ecrnx sdio firmware download definitions
*
* Copyright (C) ESWIN 2015-2020
*
******************************************************************************
*/

#ifndef _FW_H_
#define _FW_H_

void eswin_fw_file_download(struct eswin *tr);
bool eswin_fw_file_chech(struct eswin *tr);

#endif