1
0
Files
2016-11-30 09:03:17 +08:00

33 lines
893 B
C
Executable File

/*
** $Id: //BBN_Linux/Branch/Branch_for_Rel_CMCC_7526_20161014/tclinux_phoenix/bootrom/bootram/net/femac.h#1 $
*/
/************************************************************************
*
* Copyright (C) 2008 Trendchip Technologies, Corp.
* All Rights Reserved.
*
* Trendchip Confidential; Need to Know only.
* Protected as an unpublished work.
*
* The computer program listings, specifications and documentation
* herein are the property of Trendchip Technologies, Co. and shall
* not be reproduced, copied, disclosed, or used in whole or in part
* for any reason without the prior express written permission of
* Trendchip Technologeis, Co.
*
*************************************************************************/
/*
*/
#ifndef _FEMAC_H
#define _FEMAC_H
#ifdef TCSUPPORT_MT7510_FE
#include "femac_7510.h"
#else
#include "femac_63365.h"
#endif
#endif /* _FEMAC_H */