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