1 /* 2 * Copyright (c) 2015, Freescale Semiconductor, Inc. 3 * Copyright 2016 NXP 4 * All rights reserved. 5 * 6 * SPDX-License-Identifier: BSD-3-Clause 7 */ 8 #ifndef _APP_H_ 9 #define _APP_H_ 10 11 /******************************************************************************* 12 * Definitions 13 ******************************************************************************/ 14 /*${macro:start}*/ 15 16 /*${macro:end}*/ 17 18 /******************************************************************************* 19 * Prototypes 20 ******************************************************************************/ 21 /*${prototype:start}*/ 22 void BOARD_InitHardware(void); 23 /*${prototype:end}*/ 24 25 #endif /* _APP_H_ */ 26