#ifndef _UAPI_ASM_X86_VM86_H
#define _UAPI_ASM_X86_VM86_H
#include <asm/processor-flags.h>
#define BIOSSEG …
#define CPU_086 …
#define CPU_186 …
#define CPU_286 …
#define CPU_386 …
#define CPU_486 …
#define CPU_586 …
#define VM86_TYPE(retval) …
#define VM86_ARG(retval) …
#define VM86_SIGNAL …
#define VM86_UNKNOWN …
#define VM86_INTx …
#define VM86_STI …
#define VM86_PICRETURN …
#define VM86_TRAP …
#define VM86_PLUS_INSTALL_CHECK …
#define VM86_ENTER …
#define VM86_ENTER_NO_BYPASS …
#define VM86_REQUEST_IRQ …
#define VM86_FREE_IRQ …
#define VM86_GET_IRQ_BITS …
#define VM86_GET_AND_RESET_IRQ …
struct vm86_regs { … };
struct revectored_struct { … };
struct vm86_struct { … };
#define VM86_SCREEN_BITMAP …
struct vm86plus_info_struct { … };
struct vm86plus_struct { … };
#endif