Ghennadi Procopciuc | ecc98d2 | 2024-06-12 07:38:52 +0300 | [diff] [blame] | 1 | /* SPDX-License-Identifier: BSD-3-Clause */ |
| 2 | /* |
| 3 | * Copyright 2024 NXP |
| 4 | */ |
| 5 | #ifndef S32CC_CLK_UTILS_H |
| 6 | #define S32CC_CLK_UTILS_H |
| 7 | |
| 8 | #include <s32cc-clk-modules.h> |
| 9 | |
| 10 | struct s32cc_clk *s32cc_get_clk_from_table(const struct s32cc_clk_array *const *clk_arr, |
| 11 | size_t size, |
| 12 | unsigned long clk_id); |
| 13 | |
| 14 | struct s32cc_clk *s32cc_get_arch_clk(unsigned long id); |
| 15 | |
Ghennadi Procopciuc | f648e5d | 2024-06-12 09:07:16 +0300 | [diff] [blame] | 16 | void s32cc_clk_register_drv(void); |
| 17 | |
Ghennadi Procopciuc | ecc98d2 | 2024-06-12 07:38:52 +0300 | [diff] [blame] | 18 | #endif /* S32CC_CLK_UTILS_H */ |