blob: 375cdd0cf876b114f9e9e6fcbd7751cbc5fddf01 [file] [log] [blame]
Darius Augulisaa11e382009-01-30 10:32:28 +02001/*
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
Darius Augulisaa11e382009-01-30 10:32:28 +020014 * @bitrate: Bus speed measured in Hz
15 *
16 **/
17struct imxi2c_platform_data {
Darius Augulisaa11e382009-01-30 10:32:28 +020018 int bitrate;
19};
20
21#endif /* __ASM_ARCH_I2C_H_ */