1 #ifndef __QCOM_WNCSS_H__
2 #define __QCOM_WNCSS_H__
7 struct wcnss_vreg_info
{
8 const char * const name
;
17 int qcom_iris_enable(struct qcom_iris
*iris
);
18 void qcom_iris_disable(struct qcom_iris
*iris
);
20 void qcom_wcnss_assign_iris(struct qcom_wcnss
*wcnss
, struct qcom_iris
*iris
, bool use_48mhz_xo
);