Path: blob/master/ALFA-W1F1/RTL8814AU/hal/rtl8814a/hal8814a_fw.h
1307 views
/******************************************************************************1*2* Copyright(c) 2007 - 2016 Realtek Corporation. All rights reserved.3*4* This program is free software; you can redistribute it and/or modify it5* under the terms of version 2 of the GNU General Public License as6* published by the Free Software Foundation.7*8* This program is distributed in the hope that it will be useful, but WITHOUT9* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or10* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for11* more details.12*13* You should have received a copy of the GNU General Public License along with14* this program; if not, write to the Free Software Foundation, Inc.,15* 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA16*17*18******************************************************************************/1920#ifdef CONFIG_RTL8814A2122#ifndef _FW_HEADER_8814A_H23#define _FW_HEADER_8814A_H2425#ifdef LOAD_FW_HEADER_FROM_DRIVER26#if (defined(CONFIG_AP_WOWLAN) || (DM_ODM_SUPPORT_TYPE & (ODM_AP)))27extern u8 array_mp_8814a_fw_ap[42248];28extern u32 array_length_mp_8814a_fw_ap;29#endif3031#if (DM_ODM_SUPPORT_TYPE & (ODM_WIN)) || (DM_ODM_SUPPORT_TYPE & (ODM_CE))32extern u8 array_mp_8814a_fw_nic[68320];33extern u32 array_length_mp_8814a_fw_nic;34extern u8 array_mp_8814a_fw_wowlan[45944];35extern u32 array_length_mp_8814a_fw_wowlan;36#endif37#endif /* end of LOAD_FW_HEADER_FROM_DRIVER */3839#endif4041#endif42434445