^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) * Copyright (c) 2018, The Linux Foundation. All rights reserved.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) #ifndef __SOC_ARCH_QCOM_KRYO_L2_ACCESSORS_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) #define __SOC_ARCH_QCOM_KRYO_L2_ACCESSORS_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) void kryo_l2_set_indirect_reg(u64 reg, u64 val);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) u64 kryo_l2_get_indirect_reg(u64 reg);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #endif