summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86pciBus.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-07-28 14:47:42 +1000
committerDave Airlie <airlied@redhat.com>2009-07-28 15:14:28 +1000
commit4b42448a2388d40f257774fbffdccaea87bd0347 (patch)
tree6580ef2926df762a4eb2d102244b7f692bd35830 /hw/xfree86/common/xf86pciBus.h
parent0a168401c401727e49a12cae43a6a387b1f2928d (diff)
xserver: remove RAC/resource handling code.
This changes the ABI, but since the video ABI is at 6 already it should be fine. driver changes are in the pipeline after this. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'hw/xfree86/common/xf86pciBus.h')
-rw-r--r--hw/xfree86/common/xf86pciBus.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/common/xf86pciBus.h b/hw/xfree86/common/xf86pciBus.h
index 1cbfa38ea..ec9a1648d 100644
--- a/hw/xfree86/common/xf86pciBus.h
+++ b/hw/xfree86/common/xf86pciBus.h
@@ -48,9 +48,6 @@ typedef struct {
typedef struct {
pciArg arg;
- xf86AccessRec ioAccess;
- xf86AccessRec io_memAccess;
- xf86AccessRec memAccess;
pciSave save;
pciSave restore;
Bool ctrl;
@@ -69,6 +66,5 @@ void PciStateEnter(void);
void PciBusStateEnter(void);
void PciStateLeave(void);
void PciBusStateLeave(void);
-void pciConvertRange2Host(int entityIndex, resRange *pRange);
#endif /* _XF86_PCI_BUS_H */