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

source code of linux/include/soc/qcom/kryo-l2-accessors.h