/drivers/net/wireless/sd8797/mlan/mlan.h

https://bitbucket.org/cyanogenmod/android_kernel_asus_tf300t · C Header · 35 lines · 6 code · 4 blank · 25 comment · 0 complexity · 30fff9e5106ccf49774039024b294bdd MD5 · raw file

  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. Change log:
  23. 10/13/2008: initial version
  24. 11/07/2008: split mlan.h into mlan_decl.h & mlan_ioctl.h
  25. ******************************************************/
  26. #ifndef _MLAN_H_
  27. #define _MLAN_H_
  28. #include "mlan_decl.h"
  29. #include "mlan_ioctl.h"
  30. #include "mlan_ieee.h"
  31. #endif /* !_MLAN_H_ */