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