summaryrefslogtreecommitdiffstats
path: root/libdha/pci.c
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-16 08:43:22 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-16 08:43:22 +0000
commit730020c24704cf372686b363fff8dfea6e9a649a (patch)
treee967044ce9de65f718270f6ccfec4ee971c381c3 /libdha/pci.c
parent95c92270391e5cbcaccf126e81fadf1cb248e854 (diff)
downloadmpv-730020c24704cf372686b363fff8dfea6e9a649a.tar.bz2
mpv-730020c24704cf372686b363fff8dfea6e9a649a.tar.xz
en(dis)able app io should be exported too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4193 b3059339-0415-0410-9bf9-f77b7e298cf2
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