Release 4.10 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
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 45 | 81.82% | 2 | 66.67% |
petr vandrovec* | petr vandrovec* | 10 | 18.18% | 1 | 33.33% |
| Total | 55 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.