/* * Copyright 2024 NXP * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef S32CC_CLK_DRV_H #define S32CC_CLK_DRV_H int s32cc_init_core_clocks(void); int s32cc_init_early_clks(void); #endif