![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 */ 0004 0005 #ifndef _MV64XXX_I2C_H_ 0006 #define _MV64XXX_I2C_H_ 0007 0008 #include <linux/types.h> 0009 0010 #define MV64XXX_I2C_CTLR_NAME "mv64xxx_i2c" 0011 0012 /* i2c Platform Device, Driver Data */ 0013 struct mv64xxx_i2c_pdata { 0014 u32 freq_m; 0015 u32 freq_n; 0016 u32 timeout; /* In milliseconds */ 0017 }; 0018 0019 #endif /*_MV64XXX_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 |
![]() ![]() |