xref: /openbmc/linux/drivers/video/fbdev/matrox/matroxfb_Ti3026.h (revision 081c65360bd817672d0753fdf68ab34802d7a81d)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __MATROXFB_TI3026_H__
3 #define __MATROXFB_TI3026_H__
4 
5 
6 #include "matroxfb_base.h"
7 
8 #ifdef CONFIG_FB_MATROX_MILLENIUM
9 extern struct matrox_switch matrox_millennium;
10 #endif
11 
12 #endif	/* __MATROXFB_TI3026_H__ */
13