• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright(c) 2014 Intel Corporation.
4  */
5 
6 #ifndef I2C_DESIGNWARE_H
7 #define I2C_DESIGNWARE_H
8 
9 struct dw_i2c_platform_data {
10 	unsigned int i2c_scl_freq;
11 };
12 
13 #endif
14