1 /* 2 * Copyright 2024-2025 NXP 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 #ifndef S32CC_CLK_DRV_H 7 #define S32CC_CLK_DRV_H 8 9 int s32cc_init_core_clocks(void); 10 int s32cc_init_early_clks(void); 11 int plat_deassert_ddr_reset(void); 12 13 #endif 14