summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-ccgx-ucsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/i2c-ccgx-ucsi.h')
-rw-r--r--drivers/i2c/busses/i2c-ccgx-ucsi.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-ccgx-ucsi.h b/drivers/i2c/busses/i2c-ccgx-ucsi.h
new file mode 100644
index 000000000..739ac7a4b
--- /dev/null
+++ b/drivers/i2c/busses/i2c-ccgx-ucsi.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
+#ifndef __I2C_CCGX_UCSI_H_
+#define __I2C_CCGX_UCSI_H_
+
+struct i2c_adapter;
+struct i2c_client;
+struct software_node;
+
+struct i2c_client *i2c_new_ccgx_ucsi(struct i2c_adapter *adapter, int irq,
+ const struct software_node *swnode);
+#endif /* __I2C_CCGX_UCSI_H_ */