Merge branch 'denx-coldfire' into coldfire-aug2007
[oweals/u-boot.git] / drivers / bios_emulator / x86emu / ops.c
index d1380ceec0099526d1552a5bc8a968a17f1ae79a..a77bd9b49243ebc81341eb6732137660793f79ec 100644 (file)
 *
 ****************************************************************************/
 
+#include <common.h>
+
+#if defined(CONFIG_BIOSEMU)
+
 #include "x86emu/x86emui.h"
+
 /*----------------------------- Implementation ----------------------------*/
 
 /* constant arrays to do several instructions in just one function */
@@ -5429,3 +5434,5 @@ void (*x86emu_optab[256])(u8) __attribute__ ((section(".got2"))) =
 /*  0xfe */ x86emuOp_opcFE_byte_RM,
 /*  0xff */ x86emuOp_opcFF_word_RM,
 };
+
+#endif