GNU Linux-libre 4.14.294-gnu1
[releases.git] / include / linux / platform_data / i2c-nuc900.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_ARCH_NUC900_I2C_H
3 #define __ASM_ARCH_NUC900_I2C_H
4
5 struct nuc900_platform_i2c {
6         int             bus_num;
7         unsigned long   bus_freq;
8 };
9
10 #endif /* __ASM_ARCH_NUC900_I2C_H */