summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 532f04c..5b91d00 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -444,6 +444,16 @@ typedef enum {
} RADEONCardType;
typedef struct {
+ CARD32 pci_device_id;
+ RADEONChipFamily chip_family;
+ int mobility;
+ int igp;
+ int nocrtc2;
+ int nointtvout;
+ int singledac;
+} RADEONCardInfo;
+
+typedef struct {
EntityInfoPtr pEnt;
pciVideoPtr PciInfo;
PCITAG PciTag;