blob: 0ec26ca8acbde43d04e40ba51c10e1d041e8607b (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __DRIVERS_I2C_PTN3460_CHIP_H__
#define __DRIVERS_I2C_PTN3460_CHIP_H__
struct drivers_i2c_ptn3460_config {
};
#endif /* __DRIVERS_I2C_PTN3460_CHIP_H__ */
|