brintos

brintos / linux-shallow public Read only

0
0
Text · 318 B · 739ac7a Raw
12 lines · c
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_ */12