Last change
on this file 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:
546 bytes
|
Line | |
---|
1 | /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/IBMPriv.h,v 1.1.2.2 1998/07/18 17:54:01 dawes Exp $ */
|
---|
2 |
|
---|
3 | #ifdef HAVE_XORG_CONFIG_H
|
---|
4 | #include <xorg-config.h>
|
---|
5 | #endif
|
---|
6 |
|
---|
7 | #include "IBM.h"
|
---|
8 |
|
---|
9 | typedef struct {
|
---|
10 | char *DeviceName;
|
---|
11 | } xf86IBMramdacInfo;
|
---|
12 |
|
---|
13 | extern xf86IBMramdacInfo IBMramdacDeviceInfo[];
|
---|
14 |
|
---|
15 | #ifdef INIT_IBM_RAMDAC_INFO
|
---|
16 | xf86IBMramdacInfo IBMramdacDeviceInfo[] = {
|
---|
17 | {"IBM 524"},
|
---|
18 | {"IBM 524A"},
|
---|
19 | {"IBM 525"},
|
---|
20 | {"IBM 526"},
|
---|
21 | {"IBM 526DB(DoubleBuffer)"},
|
---|
22 | {"IBM 528"},
|
---|
23 | {"IBM 528A"},
|
---|
24 | {"IBM 624"},
|
---|
25 | {"IBM 624DB(DoubleBuffer)"},
|
---|
26 | {"IBM 640"}
|
---|
27 | };
|
---|
28 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.