blob: 0340c6cd32e67ded73b3a2ecbde33dc330ee9fc4 [file] [log] [blame]
/*
* Copyright (c) 2012-2013 Qualcomm Atheros, Inc.
* All Rights Reserved.
* Qualcomm Atheros Confidential and Proprietary.
*/
#if !defined( __WLAN_QCT_DRIVER_H )
#define __WLAN_QCT_DRIVER_H
/**========================================================================
\file wlan_qct_driver.h
\brief Header file for Wireless LAN Host Device Driver Kernel Module
Copyright 2008 (c) Qualcomm, Incorporated. All Rights Reserved.
Qualcomm Confidential and Proprietary.
========================================================================*/
/**========================================================================
EDIT HISTORY FOR FILE
This section contains comments describing changes made to the module.
Notice that changes are listed in reverse chronological order.
$Header:$ $DateTime: $ $Author: $
when who what, where, why
-------- --- --------------------------------------------------------
04/05/09 kanand Created module.
===========================================================================*/
/*--------------------------------------------------------------------------
* Include Files
*------------------------------------------------------------------------*/
#include <linux/module.h>
#include <linux/kobject.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/fs.h>
#include <linux/cdev.h>
#include <linux/time.h>
/*---------------------------------------------------------------------------
* Preprocessor definitions and constants
*-------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
* Type declarations
*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
* Function declarations and documentation
* ------------------------------------------------------------------------*/
#endif // if !defined __WLAN_QCT_DRIVER_H