diff options
| author | Michal Simek <monstr@monstr.eu> | 2007-08-16 10:46:28 +0200 | 
|---|---|---|
| committer | Michal Simek <monstr@monstr.eu> | 2007-08-16 10:46:28 +0200 | 
| commit | 78cff50edba6b1508eb15c2f53ce966ac891eb9e (patch) | |
| tree | 37d7cf2fc490af2263b1204f75845e9e53f80e6c /drivers/bios_emulator/x86emu/prim_ops.c | |
| parent | 6e0e2253f039344f8ebd2787285fdba90e6714e8 (diff) | |
| download | olio-uboot-2014.01-78cff50edba6b1508eb15c2f53ce966ac891eb9e.tar.xz olio-uboot-2014.01-78cff50edba6b1508eb15c2f53ce966ac891eb9e.zip  | |
[FIX] Changes for bios_emulator code for others architecture
Diffstat (limited to 'drivers/bios_emulator/x86emu/prim_ops.c')
| -rw-r--r-- | drivers/bios_emulator/x86emu/prim_ops.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bios_emulator/x86emu/prim_ops.c b/drivers/bios_emulator/x86emu/prim_ops.c index b3d82bb05..2a254a4e6 100644 --- a/drivers/bios_emulator/x86emu/prim_ops.c +++ b/drivers/bios_emulator/x86emu/prim_ops.c @@ -97,6 +97,8 @@  *  ****************************************************************************/ +#include <common.h> +  #define PRIM_OPS_NO_REDEFINE_ASM  #if defined(CONFIG_BIOSEMU)  |