Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *  i2c_pxa.h
0004  *
0005  *  Copyright (C) 2002 Intrinsyc Software Inc.
0006  */
0007 #ifndef _I2C_PXA_H_
0008 #define _I2C_PXA_H_
0009 
0010 struct i2c_pxa_platform_data {
0011     unsigned int        class;
0012     unsigned int        use_pio :1;
0013     unsigned int        fast_mode :1;
0014     unsigned int        high_mode:1;
0015     unsigned char       master_code;
0016     unsigned long       rate;
0017 };
0018 #endif