Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.6 13 lines 171 B view raw
1#ifndef __TDO24M_H__ 2#define __TDO24M_H__ 3 4enum tdo24m_model { 5 TDO24M, 6 TDO35S, 7}; 8 9struct tdo24m_platform_data { 10 enum tdo24m_model model; 11}; 12 13#endif /* __TDO24M_H__ */