matroxfb_Ti3026.h 304 B

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