blob: aaf6c5f547c278732ae16117579ce7b200cd6621 [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
16#endif /* S32CC_CLK_UTILS_H */