]> Git Repo - J-linux.git/blob - drivers/interconnect/qcom/smd-rpm.h
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[J-linux.git] / drivers / interconnect / qcom / smd-rpm.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2019, Linaro Ltd.
4  * Author: Georgi Djakov <[email protected]>
5  */
6
7 #ifndef __DRIVERS_INTERCONNECT_QCOM_SMD_RPM_H
8 #define __DRIVERS_INTERCONNECT_QCOM_SMD_RPM_H
9
10 #include <linux/soc/qcom/smd-rpm.h>
11
12 bool qcom_icc_rpm_smd_available(void);
13 int qcom_icc_rpm_smd_send(int ctx, int rsc_type, int id, u32 val);
14
15 #endif
This page took 0.030051 seconds and 4 git commands to generate.