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