aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/x86_emulate.c
blob: fbf740efeea16160e868adef9ba9663c8cb3b4e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/******************************************************************************
 * x86_emulate.c
 * 
 * Wrapper for generic x86 instruction decoder and emulator.
 * 
 * Copyright (c) 2008, Citrix Systems, Inc.
 * 
 * Authors:
 *    Keir Fraser <keir@xen.org>
 */

#include <asm/x86_emulate.h>

/* Avoid namespace pollution. */
#undef cmpxchg

#include "x86_emulate/x86_emulate.c"