1 /******************************************************************************
2  * x86_emulate.h
3  *
4  * Wrapper for generic x86 instruction decoder and emulator.
5  *
6  * Copyright (c) 2008, Citrix Systems, Inc.
7  *
8  * Authors:
9  *    Keir Fraser <keir@xen.org>
10  */
11 
12 #ifndef __ASM_X86_X86_EMULATE_H__
13 #define __ASM_X86_X86_EMULATE_H__
14 
15 #include <xen/types.h>
16 #include <xen/lib.h>
17 #include <asm/regs.h>
18 
19 #include "../../arch/x86/x86_emulate/x86_emulate.h"
20 
21 #endif /* __ASM_X86_X86_EMULATE_H__ */
22