Last change
on this file since 81043 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:
365 bytes
|
Line | |
---|
1 | #ifdef HAVE_XORG_CONFIG_H
|
---|
2 | #include <xorg-config.h>
|
---|
3 | #endif
|
---|
4 |
|
---|
5 | #ifndef PCI_ALTIX_H
|
---|
6 | #define PCI_ALTIX_H 1
|
---|
7 |
|
---|
8 | #include <X11/Xdefs.h>
|
---|
9 | #include <Pci.h>
|
---|
10 |
|
---|
11 | Bool xorgProbeAltix(scanpciWrapperOpt flags);
|
---|
12 | void xf86PreScanAltix(void);
|
---|
13 | void xf86PostScanAltix(void);
|
---|
14 |
|
---|
15 | /* Some defines for PCI */
|
---|
16 | #define VENDOR_SGI 0x10A9
|
---|
17 | #define CHIP_TIO_CA 0x1010
|
---|
18 | #define CHIP_PIC_PCI 0x1011
|
---|
19 |
|
---|
20 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.