diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-05-09 15:05:46 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-05-09 15:05:46 -0700 |
commit | 74c976a7bcee3102993cf788850d0b803cf15afd (patch) | |
tree | 61b049c0bcc43de777808ed3360d711895f45615 | |
parent | 2ac461b2eca788fa0559312d45efd3caf6eea9bb (diff) |
Add pci_system_solx_devfs_create prototype to pciaccess_private.h
-rw-r--r-- | src/pciaccess_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pciaccess_private.h b/src/pciaccess_private.h index 94b12bd..494f577 100644 --- a/src/pciaccess_private.h +++ b/src/pciaccess_private.h @@ -137,3 +137,4 @@ extern int pci_system_linux_sysfs_create( void ); extern int pci_system_freebsd_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 ); |