blob: 6a904063e1dbd6d7e574ff540c71c8643a55a237 [file] [log] [blame]
Ghennadi Procopciucecc98d22024-06-12 07:38:52 +03001/* 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
10struct 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
14struct s32cc_clk *s32cc_get_arch_clk(unsigned long id);
15
Ghennadi Procopciucf648e5d2024-06-12 09:07:16 +030016void s32cc_clk_register_drv(void);
17
Ghennadi Procopciucecc98d22024-06-12 07:38:52 +030018#endif /* S32CC_CLK_UTILS_H */