Commit 03c1f4a0 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Fixed the ppdev.h present but not direct io access case.

parent bd15bef9
......@@ -79,14 +79,15 @@ static BYTE cmosimage[64] =
# undef PP_IO_ACCESS
#endif /* linux && __i386__ */
#ifdef HAVE_PPDEV
static int do_pp_port_access = -1; /* -1: uninitialized, 1: not available
0: available);*/
#endif
#ifdef DIRECT_IO_ACCESS
extern int iopl(int level);
static char do_direct_port_access = -1;
#ifdef HAVE_PPDEV
static char do_pp_port_access = -1; /* -1: uninitialized, 1: not available
0: available);*/
#endif
static char port_permissions[0x10000];
#define IO_READ 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment