Ghennadi Procopciuc | f648e5d | 2024-06-12 09:07:16 +0300 | [diff] [blame] | 1 | /* |
2 | * Copyright 2024 NXP | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | #ifndef S32CC_CLK_DRV_H | ||||
7 | #define S32CC_CLK_DRV_H | ||||
8 | |||||
Ghennadi Procopciuc | e83c8c6 | 2024-11-27 12:33:26 +0200 | [diff] [blame] | 9 | int s32cc_init_core_clocks(void); |
Ghennadi Procopciuc | f648e5d | 2024-06-12 09:07:16 +0300 | [diff] [blame] | 10 | int s32cc_init_early_clks(void); |
11 | |||||
12 | #endif |