Merge branch 'denx-coldfire' into coldfire-aug2007
[oweals/u-boot.git] / drivers / bios_emulator / x86emu / ops2.c
index 631a340ed2bd38a094e675bf28801a7df0a4467b..d6a210c97364cc4b5ec7242d8e07d01b6e0db568 100644 (file)
 *
 ****************************************************************************/
 
+#include <common.h>
+
+#if defined(CONFIG_BIOSEMU)
+
 #include "x86emu/x86emui.h"
 
 /*----------------------------- Implementation ----------------------------*/
@@ -1768,3 +1772,5 @@ void (*x86emu_optab2[256])(u8) __attribute__((section(".got2"))) =
 /*  0xfe */ x86emuOp2_illegal_op,
 /*  0xff */ x86emuOp2_illegal_op,
 };
+
+#endif