summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-09-30 10:24:18 -0400
committerAdam Jackson <ajax@redhat.com>2014-09-30 10:24:18 -0400
commitdf5646745bf563bb36a0db1796c318fe64bf8efe (patch)
tree39c70a4b9c9422dfd0f4df091a6b84353bfc1f2c
parent30a4b73644ee22904824d4847e44ca69369fad02 (diff)
Remove dependency on xf86PciInfo.h
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/rendition.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rendition.h b/src/rendition.h
index 297117e..4ef03a7 100644
--- a/src/rendition.h
+++ b/src/rendition.h
@@ -14,9 +14,6 @@
/* Everything using inb/outb, etc needs "compiler.h" */
#include "compiler.h"
-/* Drivers for PCI hardware need this */
-#include "xf86PciInfo.h"
-
/* Drivers that need to access the PCI config space directly need this */
#include "xf86Pci.h"
@@ -66,4 +63,8 @@
#include "compat-api.h"
/* end of __RENDITION_H__ */
+
+#define PCI_CHIP_V1000 0x0001
+#define PCI_CHIP_V2x00 0x2000
+
#endif