Merge tag 'loongarch-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / i2c / busses / i2c-ccgx-ucsi.h
CommitLineData
4ebf4987
AS
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2#ifndef __I2C_CCGX_UCSI_H_
3#define __I2C_CCGX_UCSI_H_
4
5struct i2c_adapter;
6struct i2c_client;
7struct software_node;
8
9struct i2c_client *i2c_new_ccgx_ucsi(struct i2c_adapter *adapter, int irq,
10 const struct software_node *swnode);
11#endif /* __I2C_CCGX_UCSI_H_ */