18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (c) 2018, The Linux Foundation. All rights reserved. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef __SOC_ARCH_QCOM_KRYO_L2_ACCESSORS_H 78c2ecf20Sopenharmony_ci#define __SOC_ARCH_QCOM_KRYO_L2_ACCESSORS_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_civoid kryo_l2_set_indirect_reg(u64 reg, u64 val); 108c2ecf20Sopenharmony_ciu64 kryo_l2_get_indirect_reg(u64 reg); 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#endif 13