summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-10-19 00:56:32 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-10-19 00:56:32 -0700
commitb20007d04b9198188fd214d3ed7d850dd613bc97 (patch)
tree61ce908a3b530ed9aac08b43f71deac11928d500
parentda09f04b6d7da1ca10ce9d20a00d8ac9f2c0adb7 (diff)
Use uint32_t instead of deprecated PCITAG
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r--src/trident.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trident.h b/src/trident.h
index 332a2c2..a28c9fc 100644
--- a/src/trident.h
+++ b/src/trident.h
@@ -70,7 +70,7 @@ typedef struct {
typedef struct {
ScrnInfoPtr pScrn;
pciVideoPtr PciInfo;
- PCITAG PciTag;
+ uint32_t PciTag;
EntityInfoPtr pEnt;
ExaDriverPtr EXADriverPtr;
int useEXA;