1
0
Fork 0
remarkable-uboot/include/bedbug
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
..
bedbug.h Fix warning: "assert" redefined 2011-09-10 01:10:19 +02:00
ppc.h Consolidate bool type 2013-04-01 16:33:52 -04:00
regs.h ppc: Fix DBSR_IAx defines in <bedbug/regs.h> 2011-10-09 22:20:44 +02:00
tables.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
type.h Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00