https://github.com/torvalds/linux
Raw File
Tip revision: 5f9e832c137075045d15cd6899ab0505cfb2ca4b authored by Linus Torvalds on 21 July 2019, 21:05:38 UTC
Linus 5.3-rc1
Tip revision: 5f9e832
i2c-designware.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright(c) 2014 Intel Corporation.
 */

#ifndef I2C_DESIGNWARE_H
#define I2C_DESIGNWARE_H

struct dw_i2c_platform_data {
	unsigned int i2c_scl_freq;
};

#endif
back to top