Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * STMicroelectronics TPM Linux driver for TPM 1.2 ST33ZP24
4 * Copyright (C) 2009 - 2016 STMicroelectronics
5 */
6#ifndef __ST33ZP24_H__
7#define __ST33ZP24_H__
8
9#define TPM_ST33_I2C "st33zp24-i2c"
10#define TPM_ST33_SPI "st33zp24-spi"
11
12struct st33zp24_platform_data {
13 int io_lpcpd;
14};
15
16#endif /* __ST33ZP24_H__ */