cregit-Linux how code gets into the kernel

Release 4.11 drivers/video/fbdev/matrox/matroxfb_maven.h

#ifndef __MATROXFB_MAVEN_H__

#define __MATROXFB_MAVEN_H__

#include <linux/ioctl.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h>
#include "matroxfb_base.h"


struct i2c_bit_adapter {
	
struct i2c_adapter		adapter;
	
int				initialized;
	
struct i2c_algo_bit_data	bac;
	
struct matrox_fb_info*		minfo;
	struct {
		
unsigned int		data;
		
unsigned int		clock;
				      } 
mask;
};

#endif /* __MATROXFB_MAVEN_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)4581.82%266.67%
Petr Vandrovec1018.18%133.33%
Total55100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.