xref: /rk3399_ARM-atf/plat/xilinx/common/include/plat_clkfunc.h (revision f7679d437d5f27a3168f017db8d42bc561ac0c59)
1 /*
2  * Copyright (c) 2023-2024, Advanced Micro Devices, Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef PLAT_CLKFUNC_H
9 #define PLAT_CLKFUNC_H
10 
11 void set_cnt_freq(void);
12 
13 #endif /* PLAT_CLKFUNC_H */
14