summaryrefslogtreecommitdiff
path: root/src/smi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smi.h')
-rw-r--r--src/smi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/smi.h b/src/smi.h
index 88aa65a..75e4554 100644
--- a/src/smi.h
+++ b/src/smi.h
@@ -31,6 +31,8 @@ authorization from the XFree86 Project and Silicon Motion.
#ifndef _SMI_H
#define _SMI_H
+#include "smi_pcirename.h"
+
#include <string.h>
#include <stdio.h>
@@ -187,7 +189,9 @@ typedef struct
Bool useEXA; /* enable exa acceleration */
pciVideoPtr PciInfo; /* PCI info vars */
+#ifndef XSERVER_LIBPCIACCESS
PCITAG PciTag;
+#endif
int Chipset; /* Chip info, set using PCI
above */
int ChipRev;