drm/atomic-helper: document drm_atomic_helper_check() restrictions
[drm/drm-misc.git] / include / linux / platform_data / i2c-pxa.h
blob24953981bd9fe0bcf3e96c4544f8105667d13582
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * i2c_pxa.h
5 * Copyright (C) 2002 Intrinsyc Software Inc.
6 */
7 #ifndef _I2C_PXA_H_
8 #define _I2C_PXA_H_
10 struct i2c_pxa_platform_data {
11 unsigned int class;
12 unsigned int use_pio :1;
13 unsigned int fast_mode :1;
14 unsigned int high_mode:1;
15 unsigned char master_code;
16 unsigned long rate;
18 #endif