cregit-Linux how code gets into the kernel

Release 4.12 include/linux/spi/tdo24m.h

#ifndef __TDO24M_H__

#define __TDO24M_H__


enum tdo24m_model {
	
TDO24M,
	
TDO35S,
};


struct tdo24m_platform_data {
	
enum tdo24m_model model;
};

#endif /* __TDO24M_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Mike Rapoport26100.00%1100.00%
Total26100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.