aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tpm/chip.h
blob: 83df998c963259bd201cfe83e1a53679469eed0d (plain)
1
2
3
4
5
6
7
8
9
10
#include <arch/acpi_device.h>
#include <device/i2c.h>

struct drivers_i2c_tpm_config {
	const char *hid;	/* ACPI _HID (required) */
	const char *desc;	/* Device Description */
	unsigned int uid;	/* ACPI _UID */
	enum i2c_speed speed;	/* Bus speed in Hz, default is I2C_SPEED_FAST */
	struct acpi_irq irq;	/* Interrupt */
};