summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86pciBus.h
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2010-05-02 22:34:44 +0300
committerTiago Vignatti <tiago.vignatti@nokia.com>2010-05-19 18:34:41 +0300
commit99fcf655bdc96f7e5b2249b05da51ba4fc9190c7 (patch)
tree0867af2d3a6138e421be26c24b33cef1fc010390 /hw/xfree86/common/xf86pciBus.h
parent0dd299864a133d478e4635bd1cd305b67fc3964d (diff)
xfree86: remove PCI dependency from InitOutput
All functions that touch PCI and BUS were moved to their own files, organizing the mess inside the InitOutput. Now, inside InitOutput, mostly accesses to buses are coordinated by the new xf86BusConfig. Two PCI probe functions just changed the name and a procedure to receive the isolate devices parameters was created also, named xf86PciIsolateDevice. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'hw/xfree86/common/xf86pciBus.h')
-rw-r--r--hw/xfree86/common/xf86pciBus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xfree86/common/xf86pciBus.h b/hw/xfree86/common/xf86pciBus.h
index 3125e0db8..69c005aae 100644
--- a/hw/xfree86/common/xf86pciBus.h
+++ b/hw/xfree86/common/xf86pciBus.h
@@ -34,5 +34,8 @@
#define _XF86_PCI_BUS_H
void xf86PciProbe(void);
+Bool xf86PciAddMatchingDev(DriverPtr drvp);
+Bool xf86PciProbeDev(DriverPtr drvp);
+void xf86PciIsolateDevice(char *argument);
#endif /* _XF86_PCI_BUS_H */