Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
[linux-2.6-microblaze.git] / include / soc / qcom / kryo-l2-accessors.h
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
9 void kryo_l2_set_indirect_reg(u64 reg, u64 val);
10 u64 kryo_l2_get_indirect_reg(u64 reg);
11
12 #endif