acpi: Add IORT helper functions
[coreboot2.git] / src / drivers / i2c / tas5825m / chip.h
blob34f75cc12b5b709fc5bc5204f1f9b2c8e09e3df6
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __DRIVERS_I2C_TAS5825M_CHIP_H__
4 #define __DRIVERS_I2C_TAS5825M_CHIP_H__
6 struct drivers_i2c_tas5825m_config {
7 // Used to uniquely identify the AMP
8 int id;
9 };
11 #endif /* __DRIVERS_I2C_TAS5825M_CHIP_H__ */