summaryrefslogtreecommitdiff
path: root/src/pciaccess_private.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2010-01-19 18:37:43 +0100
committerJulien Cristau <jcristau@debian.org>2010-02-10 00:49:38 +0100
commitaf2be74979aeab9a2fc4c933462e97ce70f816b6 (patch)
tree5d1e3fd215e783fbaba73817f5a505c8e4f00d85 /src/pciaccess_private.h
parentebb3c6b69f4e8a844ff95d4e880dde9ede3de347 (diff)
downloadxorg-lib-libpciaccess-af2be74979aeab9a2fc4c933462e97ce70f816b6.tar.gz
libpciaccess x86 backend
This adds support on x86 for OSes that do not have a PCI interface, tinkering with I/O ports, and makes use of it on GNU/Hurd. Signed-off-by: Julien Cristau <jcristau@debian.org>
Diffstat (limited to 'src/pciaccess_private.h')
-rw-r--r--src/pciaccess_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pciaccess_private.h b/src/pciaccess_private.h
index 77eb57b..1111ef0 100644
--- a/src/pciaccess_private.h
+++ b/src/pciaccess_private.h
@@ -167,4 +167,5 @@ extern int pci_system_netbsd_create( void );
extern int pci_system_openbsd_create( void );
extern void pci_system_openbsd_init_dev_mem( int );
extern int pci_system_solx_devfs_create( void );
+extern int pci_system_x86_create( void );
extern void pci_io_cleanup( void );