mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
11 lines
440 B
C
11 lines
440 B
C
--- src/pciaccess_private.h.orig 2015-02-03 23:59:14 UTC
|
|
+++ src/pciaccess_private.h
|
|
@@ -185,6 +185,7 @@ extern struct pci_system * pci_sys;
|
|
|
|
extern int pci_system_linux_sysfs_create( void );
|
|
extern int pci_system_freebsd_create( void );
|
|
+extern void pci_system_freebsd_init_dev_mem( int );
|
|
extern int pci_system_netbsd_create( void );
|
|
extern int pci_system_openbsd_create( void );
|
|
extern void pci_system_openbsd_init_dev_mem( int );
|