aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/tdo24m.h
blob: 48dd58ac53834fdcad2942e875ea52a4163977b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __TDO24M_H__
#define __TDO24M_H__

enum tdo24m_model {
	TDO24M,
	TDO35S,
};

struct tdo24m_platform_data {
	enum tdo24m_model model;
};

#endif /* __TDO24M_H__ */