1 /* 2 * Copyright (c) 2024 Microchip Technology Inc. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #ifndef __MEC5_SOC_CMN_INIT_H 8 #define __MEC5_SOC_CMN_INIT_H 9 10 #ifndef _ASMLANGUAGE 11 12 int mec5_soc_common_init(void); 13 14 #endif 15 16 #endif 17