xref: /rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/s32cc-clk-drv.h (revision 7623e085cb5396054b72f1ea3f02e8c7a34568b5)
1 /*
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 
9 int s32cc_init_early_clks(void);
10 
11 #endif
12