diff options
author | Ian Romanick <idr@us.ibm.com> | 2007-01-17 13:02:27 -0800 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2007-01-17 13:02:27 -0800 |
commit | c1808f148405a28256e0480d6f8714691b0e964e (patch) | |
tree | 07ce97105cbf575c033e0b0decdd83104c9a0cc5 /hw/xfree86/common/xf86Priv.h | |
parent | d2f8c42c48ecc398d224d9e3b280a66042e68664 (diff) |
Convert xf86IsolateDevice to a 'struct pci_slot_match'.
Diffstat (limited to 'hw/xfree86/common/xf86Priv.h')
-rw-r--r-- | hw/xfree86/common/xf86Priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index 35904fc0f..60fd31ab8 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -78,7 +78,7 @@ extern Bool xf86BestRefresh; extern Gamma xf86Gamma; extern char *xf86ServerName; extern Bool xf86ShowUnresolved; -extern PciBusId xf86IsolateDevice; +extern struct pci_slot_match xf86IsolateDevice; /* Other parameters */ |