Select the types of activity you want to include in your feed.
1#ifndef __MATROXFB_TI3026_H__ 2#define __MATROXFB_TI3026_H__ 3 4#include <linux/config.h> 5 6#include "matroxfb_base.h" 7 8#ifdef CONFIG_FB_MATROX_MILLENIUM 9extern struct matrox_switch matrox_millennium; 10#endif 11 12#endif /* __MATROXFB_TI3026_H__ */