u-boot/arch/x86
Gabe Black 687c108b10 x86: Include types.h explicitly in the i386 version of io.h
The i386 version of io.h depends on the phys_addr_t type which is defined in
types.h. It wasn't including that explicitly, and was working presumably
because the other files including it had already included types.h themselves
directly or indirectly. This change fixes that.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
2012-11-30 13:44:05 -08:00
..
cpu x86: Add a dummy implementation for timer_get_us 2012-11-30 13:44:05 -08:00
include/asm x86: Include types.h explicitly in the i386 version of io.h 2012-11-30 13:44:05 -08:00
lib x86: Allow compiling out realmode/bios code 2012-11-30 13:44:04 -08:00
config.mk x86: Wrap small helper functions from libgcc to avoid an ABI mismatch 2011-11-29 21:31:24 +11:00