/**************************************************************************** Copyright (c) 2010 Lantiq Deutschland GmbH Am Campeon 3; 85579 Neubiberg, Germany For licensing information, see the file 'LICENSE' in the root folder of this software module. ***************************************************************************** \file gphy_fw_ge.h \remarks implement GPHY driver firmware in VR9 platform \Track bin : gphy_fw_ge.bin [ 1215-2010 ] *****************************************************************************/ #ifndef __GPHY_IP_11G_FW__ #define __GPHY_IP_11G_FW__ #include "gphy_fw.h" #if !defined(fw_len) #define fw_len 65536 #endif #include "vr9_phy11g_a1x.h" #include "vr9_phy11g_a2x.h" // keep backward compatibility #define gphy_ge_fw_data vr9_phy11g_a1x_bin #define gphy_ge_fw_data_a21 vr9_phy11g_a2x_bin #endif /*__GPHY_IP_11G_FW__ */