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