Merge with git://www.denx.de/git/u-boot.git
[oweals/u-boot.git] / drivers / bios_emulator / besys.c
index 2a8e1a01c1fc948be61fd86f749764e332f748dc..8f1d8b29d59d3bd35f076ef5f194f0f88d27f6e2 100644 (file)
 *
 ****************************************************************************/
 
+#include <common.h>
+
+#if defined(CONFIG_BIOSEMU)
+
 #include "biosemui.h"
 
 /*------------------------- Global Variables ------------------------------*/
@@ -717,3 +721,4 @@ void X86API BE_outl(X86EMU_pioAddr port, u32 val)
 #endif
                LOG_outpd(port, val);
 }
+#endif