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 
15 /*******************************************************************************
16  * Prototypes
17  ******************************************************************************/
18 void BOARD_InitHardware(void);
19 
20 #endif /* _APP_H_ */
21