xref: /rk3399_ARM-atf/plat/xilinx/common/include/plat_clkfunc.h (revision 0e8def996e73673d3e2c3d755a84e2b759ab3052)
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