]> Git Repo - linux.git/blob - include/linux/platform_data/i2c-imx.h
Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux.git] / include / linux / platform_data / i2c-imx.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * i2c.h - i.MX I2C driver header file
4  *
5  * Copyright (c) 2008, Darius Augulis <[email protected]>
6  */
7
8 #ifndef __ASM_ARCH_I2C_H_
9 #define __ASM_ARCH_I2C_H_
10
11 /**
12  * struct imxi2c_platform_data - structure of platform data for MXC I2C driver
13  * @bitrate:    Bus speed measured in Hz
14  *
15  **/
16 struct imxi2c_platform_data {
17         u32 bitrate;
18 };
19
20 #endif /* __ASM_ARCH_I2C_H_ */
This page took 0.033262 seconds and 4 git commands to generate.