Linux Audio

Check our new training course

Real-Time Linux with PREEMPT_RT training

Feb 18-20, 2025
Register
Loading...
Note: File does not exist in v3.5.6.
 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