diff options
Diffstat (limited to 'drivers/video/fbdev/matrox/matroxfb_Ti3026.h')
-rw-r--r-- | drivers/video/fbdev/matrox/matroxfb_Ti3026.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/fbdev/matrox/matroxfb_Ti3026.h b/drivers/video/fbdev/matrox/matroxfb_Ti3026.h new file mode 100644 index 000000000000..27872aaa0a17 --- /dev/null +++ b/drivers/video/fbdev/matrox/matroxfb_Ti3026.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #ifndef __MATROXFB_TI3026_H__ | ||
2 | #define __MATROXFB_TI3026_H__ | ||
3 | |||
4 | |||
5 | #include "matroxfb_base.h" | ||
6 | |||
7 | #ifdef CONFIG_FB_MATROX_MILLENIUM | ||
8 | extern struct matrox_switch matrox_millennium; | ||
9 | #endif | ||
10 | |||
11 | #endif /* __MATROXFB_TI3026_H__ */ | ||