1 /* 2 * Copyright 2017-2018 NXP 3 * All rights reserved. 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 8 #ifndef _PERIPHERALS_H_ 9 #define _PERIPHERALS_H_ 10 11 #if defined(__cplusplus) 12 extern "C" { 13 #endif /*_cplusplus. */ 14 /******************************************************************************* 15 * BOARD_InitBootPeripherals function 16 ******************************************************************************/ 17 void BOARD_InitBootPeripherals(void); 18 19 #if defined(__cplusplus) 20 } 21 #endif /*_cplusplus. */ 22 23 #endif /* _PERIPHERALS_H_ */ 24