summaryrefslogtreecommitdiff
path: root/hw/xfree86/int10/x86emu.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/int10/x86emu.c')
-rw-r--r--hw/xfree86/int10/x86emu.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/hw/xfree86/int10/x86emu.c b/hw/xfree86/int10/x86emu.c
new file mode 100644
index 000000000..2d0faa603
--- /dev/null
+++ b/hw/xfree86/int10/x86emu.c
@@ -0,0 +1,12 @@
+
+#ifdef NO_SYS_HEADERS
+# include "xf86_ansic.h"
+#endif
+
+#include "debug.c"
+#include "decode.c"
+#include "fpu.c"
+#include "ops.c"
+#include "ops2.c"
+#include "prim_ops.c"
+#include "sys.c"