/**************************************************************************** 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.h \remarks implement GPHY driver firmware on VR9 platform *****************************************************************************/ #ifndef _GPHY_FW_H_ #define _GPHY_FW_H_ #define GPHY_FW_LEN 65536 #define GPHY_FW_LEN_D 131072 char gphy_ge_fw_data[GPHY_FW_LEN]; char gphy_fe_fw_data[GPHY_FW_LEN]; #endif /* _GPHY_FW_H_ */