Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
i2c-gpio.h
Go to the documentation of this file.
1 /*
2  * i2c-gpio interface to platform code
3  *
4  * Copyright (C) 2007 Atmel Corporation
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  */
10 #ifndef _LINUX_I2C_GPIO_H
11 #define _LINUX_I2C_GPIO_H
12 
29  unsigned int sda_pin;
30  unsigned int scl_pin;
31  int udelay;
32  int timeout;
33  unsigned int sda_is_open_drain:1;
34  unsigned int scl_is_open_drain:1;
35  unsigned int scl_is_output_only:1;
36 };
37 
38 #endif /* _LINUX_I2C_GPIO_H */