aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tpm/chip.h
blob: 14103c7cc3e42d514d9ea0f76b7c037f7115935b (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 uid;		/* ACPI _UID */
	enum i2c_speed speed;	/* Bus speed in Hz, default is I2C_SPEED_FAST */
	struct acpi_irq irq;	/* Interrupt */
};