1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* 3 * mxl111sf-i2c.h - driver for the MaxLinear MXL111SF 4 * 5 * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> 6 */ 7 8 #ifndef _DVB_USB_MXL111SF_I2C_H_ 9 #define _DVB_USB_MXL111SF_I2C_H_ 10 11 #include <linux/i2c.h> 12 13 int mxl111sf_i2c_xfer(struct i2c_adapter *adap, 14 struct i2c_msg msg[], int num); 15 16 #endif /* _DVB_USB_MXL111SF_I2C_H_ */ 17