u-boot-brain/drivers/bios_emulator/x86emu
York Sun 472d546054 Consolidate bool type
'bool' is defined in random places. This patch consolidates them into a
single header file include/linux/types.h, using stdbool.h introduced in C99.

All other #define, typedef and enum are removed. They are all consistent with
true = 1, false = 0.

Replace FALSE, False with false. Replace TRUE, True with true.
Skip *.py, *.php, lib/* files.

Signed-off-by: York Sun <yorksun@freescale.com>
2013-04-01 16:33:52 -04:00
..
debug.c Consolidate bool type 2013-04-01 16:33:52 -04:00
decode.c drivers/bios_emulator: Move conditional compilation to Makefile 2008-12-07 01:29:31 +01:00
ops.c drivers/bios_emulator/x86emu/ops.c: Fix GCC 4.6 build warning 2011-11-16 20:59:05 +01:00
ops2.c drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warning 2011-11-27 15:45:47 +01:00
prim_ops.c Add abs() macro to return absolute value 2012-05-15 08:31:37 +02:00
sys.c drivers/bios_emulator: Move conditional compilation to Makefile 2008-12-07 01:29:31 +01:00