xref: /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/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  *
7  *  Copyright 2008-2021 NXP
8  *
9  *  This software file (the File) is distributed by NXP
10  *  under the terms of the GNU General Public License Version 2, June 1991
11  *  (the License).  You may use, redistribute and/or modify the File in
12  *  accordance with the terms and conditions of the License, a copy of which
13  *  is available by writing to the Free Software Foundation, Inc.,
14  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or on the
15  *  worldwide web at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
16  *
17  *  THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
18  *  IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
19  *  ARE EXPRESSLY DISCLAIMED.  The License provides additional details about
20  *  this warranty disclaimer.
21  *
22  */
23 
24 /******************************************************
25 Change log:
26     10/13/2008: initial version
27     11/07/2008: split mlan.h into mlan_decl.h & mlan_ioctl.h
28 ******************************************************/
29 
30 #ifndef _MLAN_H_
31 #define _MLAN_H_
32 
33 #include "mlan_decl.h"
34 #include "mlan_ioctl.h"
35 #include "mlan_ieee.h"
36 
37 #endif /* !_MLAN_H_ */
38