xref: /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/mlan.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /** @file mlan.h
2  *
3  *  @brief This file declares all APIs that will be called from MOAL module.
4  *  It also defines the data structures used for APIs between MLAN and MOAL.
5  *
6  * Copyright (C) 2008-2017, Marvell International Ltd.
7  *
8  * This software file (the "File") is distributed by Marvell International
9  * Ltd. under the terms of the GNU General Public License Version 2, June 1991
10  * (the "License").  You may use, redistribute and/or modify this File in
11  * accordance with the terms and conditions of the License, a copy of which
12  * is available by writing to the Free Software Foundation, Inc.,
13  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the
14  * worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
15  *
16  * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
17  * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
18  * ARE EXPRESSLY DISCLAIMED.  The License provides additional details about
19  * this warranty disclaimer.
20  */
21 
22 /******************************************************
23 Change log:
24     10/13/2008: initial version
25     11/07/2008: split mlan.h into mlan_decl.h & mlan_ioctl.h
26 ******************************************************/
27 
28 #ifndef _MLAN_H_
29 #define _MLAN_H_
30 
31 #include "mlan_decl.h"
32 #include "mlan_ioctl.h"
33 #include "mlan_ieee.h"
34 
35 #endif /* !_MLAN_H_ */
36