sysdep/pci_linux.c:93: warning: implicit declaration of function 'iopl'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17100 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2005-12-05 01:32:30 +00:00
parent 855416cba2
commit 4172671b12
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
*/
#include <errno.h>
#ifdef __i386__
// is this needed? #include <sys/perm.h>
//#include <sys/perm.h> doesn't exist on libc5 systems
int iopl();
#else
#if !defined(__sparc__) && !defined(__powerpc__) && !defined(__x86_64__)
#include <sys/io.h>