Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
matroxfb_maven.h
Go to the documentation of this file.
1 #ifndef __MATROXFB_MAVEN_H__
2 #define __MATROXFB_MAVEN_H__
3 
4 #include <linux/ioctl.h>
5 #include <linux/i2c.h>
6 #include <linux/i2c-algo-bit.h>
7 #include "matroxfb_base.h"
8 
14  struct {
15  unsigned int data;
16  unsigned int clock;
17  } mask;
18 };
19 
20 #endif /* __MATROXFB_MAVEN_H__ */