blob: 632b82fc14e4a55384cdfec1b92aa744f81e2b8b [file] [log] [blame]
Ghennadi Procopciucf648e5d2024-06-12 09:07:16 +03001/*
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 Procopciuce83c8c62024-11-27 12:33:26 +02009int s32cc_init_core_clocks(void);
Ghennadi Procopciucf648e5d2024-06-12 09:07:16 +030010int s32cc_init_early_clks(void);
11
12#endif