Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/audit
[deliverable/linux.git] / include / linux / platform_data / i2c-imx.h
CommitLineData
aa11e38c
DA
1/*
2 * i2c.h - i.MX I2C driver header file
3 *
4 * Copyright (c) 2008, Darius Augulis <augulis.darius@gmail.com>
5 *
6 * This file is released under the GPLv2
7 */
8
9#ifndef __ASM_ARCH_I2C_H_
10#define __ASM_ARCH_I2C_H_
11
12/**
13 * struct imxi2c_platform_data - structure of platform data for MXC I2C driver
aa11e38c
DA
14 * @bitrate: Bus speed measured in Hz
15 *
16 **/
17struct imxi2c_platform_data {
8c88ab04 18 u32 bitrate;
aa11e38c
DA
19};
20
21#endif /* __ASM_ARCH_I2C_H_ */
This page took 0.507503 seconds and 5 git commands to generate.