MT6620: add the new driver JB2 V1.0
[firefly-linux-kernel-4.4.55.git] / drivers / mtk_wcn_combo / common / core / include / wmt_conf.h
1 /*! \file   
2     \brief  Declaration of library functions
3
4     Any definitions in this file will be shared among GLUE Layer and internal Driver Stack.
5 */
6
7
8
9 #ifndef _WMT_CONF_H_
10 #define _WMT_CONF_H_
11
12 /*******************************************************************************
13 *                         C O M P I L E R   F L A G S
14 ********************************************************************************
15 */
16
17 /*******************************************************************************
18 *                                 M A C R O S
19 ********************************************************************************
20 */
21 #define CUST_CFG_WMT "WMT.cfg"
22 #define CUST_CFG_WMT_PREFIX "/system/etc/firmware/"
23
24 /*******************************************************************************
25 *                    E X T E R N A L   R E F E R E N C E S
26 ********************************************************************************
27 */
28
29
30
31 /*******************************************************************************
32 *                              C O N S T A N T S
33 ********************************************************************************
34 */
35
36
37
38 /*******************************************************************************
39 *                             D A T A   T Y P E S
40 ********************************************************************************
41 */
42  
43
44
45
46 /*******************************************************************************
47 *                            P U B L I C   D A T A
48 ********************************************************************************
49 */
50
51 /*******************************************************************************
52 *                           P R I V A T E   D A T A
53 ********************************************************************************
54 */
55
56
57
58
59
60 /*******************************************************************************
61 *                  F U N C T I O N   D E C L A R A T I O N S
62 ********************************************************************************
63 */
64
65 /*******************************************************************************
66 *                              F U N C T I O N S
67 ********************************************************************************
68 */
69 INT32  wmt_conf_read_file(VOID);
70 P_WMT_GEN_CONF wmt_conf_get_cfg(VOID);
71 INT32  wmt_conf_set_cfg_file(const char *name);
72
73
74 #endif /* _WMT_CONF_H_ */
75
76
77
78
79
80
81