summaryrefslogtreecommitdiffstats
path: root/libdha/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/pci.c')
-rw-r--r--libdha/pci.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libdha/pci.c b/libdha/pci.c
index bb40fe14e5..21ee1b749b 100644
--- a/libdha/pci.c
+++ b/libdha/pci.c
@@ -720,3 +720,13 @@ int pci_config_read(unsigned char bus, unsigned char dev,
return(0);
}
+
+int enable_app_io( void )
+{
+ return enable_os_io();
+}
+
+int disable_app_io( void )
+{
+ return disable_os_io();
+} \ No newline at end of file