i2c-nuc900.h 216 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_ARCH_NUC900_I2C_H
  3. #define __ASM_ARCH_NUC900_I2C_H
  4. struct nuc900_platform_i2c {
  5. int bus_num;
  6. unsigned long bus_freq;
  7. };
  8. #endif /* __ASM_ARCH_NUC900_I2C_H */