/** @file uap_headers.h * * @brief This file contains all the necessary include file. * * Copyright (C) 2008-2009, Marvell International Ltd. * * This software file (the "File") is distributed by Marvell International * Ltd. under the terms of the GNU General Public License Version 2, June 1991 * (the "License"). You may use, redistribute and/or modify this File in * accordance with the terms and conditions of the License, a copy of which * is available along with the File in the gpl.txt file or by writing to * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 or on the worldwide web at http://www.gnu.org/licenses/gpl.txt. * * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE * IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE * ARE EXPRESSLY DISCLAIMED. The License provides additional details about * this warranty disclaimer. * */ #ifndef _UAP_HEADERS_H #define _UAP_HEADERS_H /* Linux header files */ #include #include #include #include #include #include #include #include #include #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27) #include #else #include #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18) #include #endif /* Net header files */ #include #include #include #include #include #include #include #include #include #include "uap_drv.h" #include "uap_fw.h" #include #include #include #include #include "uap_sdio_mmc.h" #endif /* _UAP_HEADERS_H */