1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * i2c.h - i.MX I2C driver header file
8 #ifndef __ASM_ARCH_I2C_H_
9 #define __ASM_ARCH_I2C_H_
12 * struct imxi2c_platform_data - structure of platform data for MXC I2C driver
13 * @bitrate: Bus speed measured in Hz
16 struct imxi2c_platform_data {
20 #endif /* __ASM_ARCH_I2C_H_ */