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 v5.3-rc3 12 lines 253 B view raw
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 9extern struct matrox_switch matrox_millennium; 10#endif 11 12#endif /* __MATROXFB_TI3026_H__ */