1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef __DRIVERS_I2C_TAS5825M_CHIP_H__ 4 #define __DRIVERS_I2C_TAS5825M_CHIP_H__ 5 6 struct drivers_i2c_tas5825m_config { 7 // Used to uniquely identify the AMP 8 int id; 9 }; 10 11 #endif /* __DRIVERS_I2C_TAS5825M_CHIP_H__ */ 12