Linux 6.13-rc4
[linux.git] / drivers / interconnect / qcom / bcm-voter.h
blobb4d36e349f3c0dcedc26c83b015589e6c7753609
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
4 */
6 #ifndef __DRIVERS_INTERCONNECT_QCOM_BCM_VOTER_H__
7 #define __DRIVERS_INTERCONNECT_QCOM_BCM_VOTER_H__
9 #include <soc/qcom/cmd-db.h>
10 #include <soc/qcom/rpmh.h>
11 #include <soc/qcom/tcs.h>
13 #include "icc-rpmh.h"
15 struct bcm_voter *of_bcm_voter_get(struct device *dev, const char *name);
16 void qcom_icc_bcm_voter_add(struct bcm_voter *voter, struct qcom_icc_bcm *bcm);
17 int qcom_icc_bcm_voter_commit(struct bcm_voter *voter);
19 #endif