162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef ASM_TIME_H 762306a36Sopenharmony_ci#define ASM_TIME_H 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciextern cycles_t pcycle_freq_mhz; 1062306a36Sopenharmony_ciextern cycles_t thread_freq_mhz; 1162306a36Sopenharmony_ciextern cycles_t sleep_clk_freq; 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_civoid setup_percpu_clockdev(void); 1462306a36Sopenharmony_civoid ipi_timer(void); 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#endif 17