blob: d879f5bed7cfb77b32fc072f68aa156cbf47e4f0 [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
9int s32cc_init_early_clks(void);
10
11#endif