Last change
on this file since 51223 was 51223, checked in by vboxsync, 11 years ago |
Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.
|
-
Property svn:eol-style
set to
native
|
File size:
416 bytes
|
Line | |
---|
1 | /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/BTPriv.h,v 1.1.2.1 1998/07/18 17:54:00 dawes Exp $ */
|
---|
2 |
|
---|
3 | #ifdef HAVE_XORG_CONFIG_H
|
---|
4 | #include <xorg-config.h>
|
---|
5 | #endif
|
---|
6 |
|
---|
7 | #include "BT.h"
|
---|
8 |
|
---|
9 | typedef struct {
|
---|
10 | char *DeviceName;
|
---|
11 | } xf86BTramdacInfo;
|
---|
12 |
|
---|
13 | extern xf86BTramdacInfo BTramdacDeviceInfo[];
|
---|
14 |
|
---|
15 | #ifdef INIT_BT_RAMDAC_INFO
|
---|
16 | xf86BTramdacInfo BTramdacDeviceInfo[] = {
|
---|
17 | {"AT&T 20C504"},
|
---|
18 | {"AT&T 20C505"},
|
---|
19 | {"BT485/484"}
|
---|
20 | };
|
---|
21 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.