brintos

brintos / linux-shallow public Read only

0
0
Text · 253 B · faee149 Raw
13 lines · c
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_MILLENIUM9extern struct matrox_switch matrox_millennium;10#endif11 12#endif	/* __MATROXFB_TI3026_H__ */13