aboutsummaryrefslogtreecommitdiff
path: root/include/linux/spi/tdo24m.h
blob: 7572d4e1fe7657c94b1ba3ad00beab1ec44803dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __TDO24M_H__
#define __TDO24M_H__

enum tdo24m_model {
	TDO24M,
	TDO35S,
};

struct tdo24m_platform_data {
	enum tdo24m_model model;
};

#endif /* __TDO24M_H__ */