]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
[FIX] Changes for bios_emulator code for others architecture
authorMichal Simek <monstr@monstr.eu>
Thu, 16 Aug 2007 08:46:28 +0000 (10:46 +0200)
committerMichal Simek <monstr@monstr.eu>
Thu, 16 Aug 2007 08:46:28 +0000 (10:46 +0200)
drivers/bios_emulator/besys.c
drivers/bios_emulator/bios.c
drivers/bios_emulator/biosemu.c
drivers/bios_emulator/x86emu/debug.c
drivers/bios_emulator/x86emu/decode.c
drivers/bios_emulator/x86emu/ops.c
drivers/bios_emulator/x86emu/ops2.c
drivers/bios_emulator/x86emu/prim_ops.c
drivers/bios_emulator/x86emu/sys.c

index 5751eeb2185e946f3ef70257601181a449fbc1f2..8f1d8b29d59d3bd35f076ef5f194f0f88d27f6e2 100644 (file)
@@ -47,6 +47,8 @@
 *
 ****************************************************************************/
 
+#include <common.h>
+
 #if defined(CONFIG_BIOSEMU)
 
 #include "biosemui.h"
index d9ccbf8cd04a1037e070f9c3611057e70e7fdab1..70e9ce143b41c4f19a9ca010c56995529452cf79 100644 (file)
@@ -41,6 +41,8 @@
 *
 ****************************************************************************/
 
+#include <common.h>
+
 #if defined(CONFIG_BIOSEMU)
 
 #include "biosemui.h"
index 5ab9e74c38c69d47e57b428d5868288110941617..ccfc872f788bf84fbd2fa3d043befd8e5bf1b675 100644 (file)
@@ -46,6 +46,7 @@
 ****************************************************************************/
 
 #include <malloc.h>
+#include <common.h>
 
 #if defined(CONFIG_BIOSEMU)
 
index 3acc7e5008ba2ce3dcf17d144b217b62c465cb5b..5cbcc950183ce3c83c77058b95f830fdcd1a084f 100644 (file)
@@ -38,6 +38,7 @@
 ****************************************************************************/
 
 #include <stdarg.h>
+#include <common.h>
 
 #if defined(CONFIG_BIOSEMU)
 
index 915645c0835194ea268124d3140447d44492ad91..7a9a1ddbff9a55f36e422e0b326b6ac0623ad3b6 100644 (file)
@@ -36,6 +36,7 @@
 *              instruction decoding and accessess of immediate data via IP.  etc.
 *
 ****************************************************************************/
+#include <common.h>
 
 #if defined(CONFIG_BIOSEMU)
 
index ff2f11963c7e977026e8113cb208d9c9c5fb0cb7..a77bd9b49243ebc81341eb6732137660793f79ec 100644 (file)
@@ -75,6 +75,8 @@
 *
 ****************************************************************************/
 
+#include <common.h>
+
 #if defined(CONFIG_BIOSEMU)
 
 #include "x86emu/x86emui.h"
index c8b8517192897e835f0dc96e050fc226e6d57401..d6a210c97364cc4b5ec7242d8e07d01b6e0db568 100644 (file)
@@ -44,6 +44,8 @@
 *
 ****************************************************************************/
 
+#include <common.h>
+
 #if defined(CONFIG_BIOSEMU)
 
 #include "x86emu/x86emui.h"
index b3d82bb0524f52cab6b1e5e2817389bccf350972..2a254a4e67139c645acee49550f82ce485cb2cdd 100644 (file)
@@ -97,6 +97,8 @@
 *
 ****************************************************************************/
 
+#include <common.h>
+
 #define PRIM_OPS_NO_REDEFINE_ASM
 
 #if defined(CONFIG_BIOSEMU)
index 6324cd34390f76d8301ef4e0e6c97ab41547a327..dd44ff1e738436a74ec9487388dce13e7a83bd0f 100644 (file)
@@ -39,6 +39,8 @@
 *
 ****************************************************************************/
 
+#include <common.h>
+
 #if defined(CONFIG_BIOSEMU)
 
 #include "x86emu/x86emui.h"