Last change
on this file since 99743 was 58634, checked in by vboxsync, 9 years ago |
Additions/x11: added header files for building X.Org video driver against X.Org Server 1.18.
|
-
Property svn:eol-style
set to
native
|
File size:
329 bytes
|
Line | |
---|
1 |
|
---|
2 | #ifdef HAVE_XORG_CONFIG_H
|
---|
3 | #include <xorg-config.h>
|
---|
4 | #endif
|
---|
5 |
|
---|
6 | #include "BT.h"
|
---|
7 |
|
---|
8 | typedef struct {
|
---|
9 | const char *DeviceName;
|
---|
10 | } xf86BTramdacInfo;
|
---|
11 |
|
---|
12 | extern xf86BTramdacInfo BTramdacDeviceInfo[];
|
---|
13 |
|
---|
14 | #ifdef INIT_BT_RAMDAC_INFO
|
---|
15 | xf86BTramdacInfo BTramdacDeviceInfo[] = {
|
---|
16 | {"AT&T 20C504"},
|
---|
17 | {"AT&T 20C505"},
|
---|
18 | {"BT485/484"}
|
---|
19 | };
|
---|
20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.