Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.6-rc5 11 lines 214 B view raw
1#ifndef __MATROXFB_TI3026_H__ 2#define __MATROXFB_TI3026_H__ 3 4 5#include "matroxfb_base.h" 6 7#ifdef CONFIG_FB_MATROX_MILLENIUM 8extern struct matrox_switch matrox_millennium; 9#endif 10 11#endif /* __MATROXFB_TI3026_H__ */