diff options
Diffstat (limited to 'drivers/video/matrox/matroxfb_Ti3026.h')
-rw-r--r-- | drivers/video/matrox/matroxfb_Ti3026.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/video/matrox/matroxfb_Ti3026.h b/drivers/video/matrox/matroxfb_Ti3026.h new file mode 100644 index 000000000000..541933d7e4ea --- /dev/null +++ b/drivers/video/matrox/matroxfb_Ti3026.h @@ -0,0 +1,13 @@ +#ifndef __MATROXFB_TI3026_H__ +#define __MATROXFB_TI3026_H__ + +/* make checkconfig does not walk through whole include tree */ +#include <linux/config.h> + +#include "matroxfb_base.h" + +#ifdef CONFIG_FB_MATROX_MILLENIUM +extern struct matrox_switch matrox_millennium; +#endif + +#endif /* __MATROXFB_TI3026_H__ */ |