projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6]
/
drivers
/
video
/
matrox
/
matroxfb_Ti3026.h
1
#ifndef __MATROXFB_TI3026_H__
2
#define __MATROXFB_TI3026_H__
3
4
5
#include "matroxfb_base.h"
6
7
#ifdef CONFIG_FB_MATROX_MILLENIUM
8
extern struct matrox_switch matrox_millennium;
9
#endif
10
11
#endif /* __MATROXFB_TI3026_H__ */