plat_clkfunc.h 234 B

12345678910111213
  1. /*
  2. * Copyright (c) 2023-2024, Advanced Micro Devices, Inc. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. *
  6. */
  7. #ifndef PLAT_CLKFUNC_H
  8. #define PLAT_CLKFUNC_H
  9. void set_cnt_freq(void);
  10. #endif /* PLAT_CLKFUNC_H */