Bug #17858: Fix Xvesa build on newer kernels.

Not cherry picked from master, Xvesa is gone there.
This commit is contained in:
Martin von Gagern 2008-11-05 11:44:03 -05:00 committed by Adam Jackson
parent ec5046ca75
commit 992a7168f0

View File

@ -67,6 +67,13 @@ static void ErrorF(char*, ...);
#include "os.h"
#endif
#ifndef IF_MASK
#define IF_MASK X86_EFLAGS_IF
#endif
#ifndef IOPL_MASK
#define IOPL_MASK X86_EFLAGS_IOPL
#endif
typedef unsigned char U8;
typedef unsigned short U16;
typedef unsigned int U32;