/* * Copyright (c), NXP Semiconductors Bangalore / India * * (C)NXP Semiconductors * All rights are reserved. Reproduction in whole or in part is * prohibited without the written consent of the copyright owner. * NXP reserves the right to make changes without notice at any time. * NXP makes no warranty, expressed, implied or statutory, including but * not limited to any implied warranty of merchantability or fitness for any *particular purpose, or that the use will not infringe any third party patent, * copyright or trademark. NXP must not be liable for any loss or damage * arising from its use. */ /** \file * Platform file abstracting HOST and front-end. * $Author: Sundaresan Swaminathan (nxp36013) $ * $Revision: 5329 $ (v4.040.05.011646) * $Date: 2016-06-30 10:23:42 +0530 (Thu, 30 Jun 2016) $ * */ #ifndef PHPLATFORM_PORT_PN7462AU_H #define PHPLATFORM_PORT_PN7462AU_H #include #if defined (NXPBUILD__PHHAL_HW_PN7462AU) && \ defined (NXPBUILD__PH_PN7462AU) #endif #endif /* PHPLATFORM_PORT_PN7462AU_H */