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