1 #ifndef __MATROXFB_TI3026_H__ 2 #define __MATROXFB_TI3026_H__ 3 4 /* make checkconfig does not walk through whole include tree */ 5 #include <linux/config.h> 6 7 #include "matroxfb_base.h" 8 9 #ifdef CONFIG_FB_MATROX_MILLENIUM 10 extern struct matrox_switch matrox_millennium; 11 #endif 12 13 #endif /* __MATROXFB_TI3026_H__ */ 14