![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * i2c.h - i.MX I2C driver header file 0004 * 0005 * Copyright (c) 2008, Darius Augulis <augulis.darius@gmail.com> 0006 */ 0007 0008 #ifndef __ASM_ARCH_I2C_H_ 0009 #define __ASM_ARCH_I2C_H_ 0010 0011 /** 0012 * struct imxi2c_platform_data - structure of platform data for MXC I2C driver 0013 * @bitrate: Bus speed measured in Hz 0014 * 0015 **/ 0016 struct imxi2c_platform_data { 0017 u32 bitrate; 0018 }; 0019 0020 #endif /* __ASM_ARCH_I2C_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |