root/include/linux/spi/tdo24m.h

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

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef __TDO24M_H__
   3 #define __TDO24M_H__
   4 
   5 enum tdo24m_model {
   6         TDO24M,
   7         TDO35S,
   8 };
   9 
  10 struct tdo24m_platform_data {
  11         enum tdo24m_model model;
  12 };
  13 
  14 #endif /* __TDO24M_H__ */

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