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

source code of linux/include/linux/spi/tdo24m.h