Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.4-rc7 13 lines 212 B view raw
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 9struct dw_i2c_platform_data { 10 unsigned int i2c_scl_freq; 11}; 12 13#endif