Merge git://github.com/Paragon-Software-Group/linux-ntfs3
[linux-2.6-microblaze.git] / include / linux / platform_data / st33zp24.h
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
12 struct st33zp24_platform_data {
13         int io_lpcpd;
14 };
15
16 #endif /* __ST33ZP24_H__ */