aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tas5825m/chip.h
blob: 23af491d3eac2f79a431d2541a2856b016e5b9a9 (plain)
1
2
3
4
5
6
/* SPDX-License-Identifier: GPL-2.0-only */

struct drivers_i2c_tas5825m_config {
	// Used to uniquely identify the AMP
	int id;
};