aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/intel_soc_pmic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/intel_soc_pmic.h')
-rw-r--r--include/linux/mfd/intel_soc_pmic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mfd/intel_soc_pmic.h b/include/linux/mfd/intel_soc_pmic.h
index ed1dfba5e5f9..bfecd6bd4990 100644
--- a/include/linux/mfd/intel_soc_pmic.h
+++ b/include/linux/mfd/intel_soc_pmic.h
@@ -26,4 +26,7 @@ struct intel_soc_pmic {
struct device *dev;
};
+int intel_soc_pmic_exec_mipi_pmic_seq_element(u16 i2c_address, u32 reg_address,
+ u32 value, u32 mask);
+
#endif /* __INTEL_SOC_PMIC_H__ */