/drivers/net/wireless/sd8797/mlan/mlan.h
C Header | 35 lines | 6 code | 4 blank | 25 comment | 0 complexity | 30fff9e5106ccf49774039024b294bdd MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
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-2011, 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/****************************************************** 23Change 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_ */