root/include/linux/platform_data/st33zp24.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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__ */

/* [<][>][^][v][top][bottom][index][help] */